]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Using Fatal instead of Error+exit
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Jul 2003 11:46:45 +0000 (11:46 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Jul 2003 11:46:45 +0000 (11:46 +0000)
ITS/AliITSclustererV2.cxx

index 5019fe1f44627a5e3eb650e7fd3e4edded771554..70681af3e4fb880185506d198047c4fc2479a844 100644 (file)
@@ -36,8 +36,7 @@ AliITSclustererV2::AliITSclustererV2(const AliITSgeom *geom) {
 
   Int_t mmax=geom->GetIndexMax();
   if (mmax>2200) {
-     Error("AliITSclustererV2","Too many ITS subdetectors !"); 
-     exit(1);
+     Fatal("AliITSclustererV2","Too many ITS subdetectors !"); 
   }
   Int_t m;
   for (m=0; m<mmax; m++) {