]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDdataArray.h
Some code cleanup
[u/mrichter/AliRoot.git] / TRD / AliTRDdataArray.h
index f4260aafd877d125f0149627da94e3b9c21ed0a0..2184d6658a726033e3e4f2d3b2ce52bd3565d71a 100644 (file)
@@ -41,7 +41,7 @@ class AliTRDdataArray : public AliTRDsegmentID {
  protected:
 
           Int_t  GetIdx1(Int_t row, Int_t col) const;
-  inline  Int_t  GetIdx1Unchecked(Int_t row, Int_t col) const
+          Int_t  GetIdx1Unchecked(Int_t row, Int_t col) const
                                                { return row + col * fNrow; };
   inline  Bool_t CheckBounds(Int_t idx1, Int_t idx2);
   inline  Bool_t OutOfBoundsError(Int_t idx1, Int_t idx2);