From: masera Date: Tue, 3 Apr 2007 17:40:37 +0000 (+0000) Subject: Bug fix. GetMedium declared twice X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=ae9455018eb0f10a7f6019c91d3e916f12e4fccb;p=u%2Fmrichter%2FAliRoot.git Bug fix. GetMedium declared twice --- diff --git a/ITS/AliITSv11GeometrySSD.h b/ITS/AliITSv11GeometrySSD.h index 30881909c9f..88e05d18ae0 100644 --- a/ITS/AliITSv11GeometrySSD.h +++ b/ITS/AliITSv11GeometrySSD.h @@ -132,7 +132,7 @@ public: ///////////////////////////////////////////////////////////////////////// void Layer6(TGeoVolume* mothervolume); // Method placing the Layer6 within mother volume - TGeoMedium *GetMedium(char*); // to be interfaced with AliRoot +// TGeoMedium *GetMedium(char*); // to be interfaced with AliRoot ///////////////////////////////////////////////////////////////////////// //Auxiliary methods for shapes building /////////////////////////////////////////////////////////////////////////