]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixed some introduce typos. Sorry.
authornilsen <nilsen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 19 Nov 2001 19:45:17 +0000 (19:45 +0000)
committernilsen <nilsen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 19 Nov 2001 19:45:17 +0000 (19:45 +0000)
ITS/AliITSRad.h
ITS/AliITSVertex.cxx

index 31370dc2e4127ef354ed83046b7f224ee958fb65..3e75a517cf0621001d2e786f162f527047395395 100644 (file)
@@ -17,9 +17,9 @@ class TMatrix;
 class AliITSRad : public TObject { 
 
 public:
-    ALIITSRAD(); // Default constructor.
-  AliITSRad(Int_t iimax, Int_t jjmax);         // class constructor
-  virtual ~AliITSRad();                        // class destructor
+    AliITSRad(); // Default constructor.
+    AliITSRad(Int_t iimax, Int_t jjmax);         // class constructor
+    virtual ~AliITSRad();                        // class destructor
   
   Int_t Getimax() {return imax;}               // return the first dimension of the matrices
   Int_t Getjmax() {return jmax;}               // return the second dimension of the matrices
index e713d307f7ff94fda86f25890626ee0ed0bd44d6..71f38d717640e43267d903787a1efb7edae1e85a 100644 (file)
@@ -49,8 +49,8 @@ AliITSVertex::AliITSVertex() {
 AliITSVertex::~AliITSVertex() {
     // Default Constructor
 
-    if(fPosition){ delete [] fPosition; fPostion   = 0;}
-    if(fResolution){ delete []fResoultion; fResolution = 0;}
+    if(fPosition){ delete [] fPosition; fPosition   = 0;}
+    if(fResolution){ delete []fResolution; fResolution = 0;}
     if(fSNR){ delete [] fSNR;fSNR        = 0;}
 }
 //______________________________________________________________________