From: schutz Date: Mon, 11 Jun 2001 11:10:05 +0000 (+0000) Subject: removed a cout X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=bdeb3a810446ab4a969df68e0294c80e74187a40 removed a cout --- diff --git a/EMCAL/AliEMCAL.cxx b/EMCAL/AliEMCAL.cxx index 49447c57d7f..4df72f19843 100644 --- a/EMCAL/AliEMCAL.cxx +++ b/EMCAL/AliEMCAL.cxx @@ -53,7 +53,7 @@ AliEMCAL::AliEMCAL(const char* name, const char* title): AliDetector(name,title) // ctor : title is used to identify the layout // gets an instance of the geometry parameters class - + if (strcmp(GetTitle(),"") != 0 ) fGeom = AliEMCALGeometry::GetInstance(GetTitle(), "") ; }