]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Do not convert bool to pointer
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 28 Oct 2005 06:57:03 +0000 (06:57 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 28 Oct 2005 06:57:03 +0000 (06:57 +0000)
FMD/AliFMDGeoOldSimulator.cxx

index 5f06fc709b1ad4d2dd1f6c0cbf72674c1f4a66cd..02820fac4b87568a1c20229c1e3aa4765ba42c16 100644 (file)
@@ -138,7 +138,7 @@ AliFMDGeoOldSimulator::RingGeometry(AliFMDRing* r)
   //
   if (!r) { 
     AliError("Didn't get a ring object");
-    return kFALSE;
+    return 0x0;
   }
   Char_t      id          = r->GetId();
   Double_t    siThick     = r->GetSiThickness();