From bb2acaed414ae09feefd8bce652d58e15fbf24e2 Mon Sep 17 00:00:00 2001 From: nilsen Date: Mon, 19 Nov 2001 19:45:17 +0000 Subject: [PATCH] Fixed some introduce typos. Sorry. --- ITS/AliITSRad.h | 6 +++--- ITS/AliITSVertex.cxx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ITS/AliITSRad.h b/ITS/AliITSRad.h index 31370dc2e41..3e75a517cf0 100644 --- a/ITS/AliITSRad.h +++ b/ITS/AliITSRad.h @@ -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 diff --git a/ITS/AliITSVertex.cxx b/ITS/AliITSVertex.cxx index e713d307f7f..71f38d71764 100644 --- a/ITS/AliITSVertex.cxx +++ b/ITS/AliITSVertex.cxx @@ -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;} } //______________________________________________________________________ -- 2.43.0