]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSGeoUtils.cxx
#102990: Patch for compilation on Mavericks
[u/mrichter/AliRoot.git] / PHOS / AliPHOSGeoUtils.cxx
index f084cc8702625b1087a936cb3aeb3eebc6a4af75..c83f48d4925351ad18696af4da1f6f01ba762c45 100644 (file)
@@ -376,8 +376,7 @@ void AliPHOSGeoUtils::RelPosInAlice(Int_t id, TVector3 & pos ) const
   // Converts the absolute numbering into the global ALICE coordinate system
   
   if (!gGeoManager){
-    printf("Geo manager not initialized\n");
-    abort();
+    AliFatal("Geo manager not initialized\n");
   }
     
   Int_t relid[4] ;