]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONContourMaker.cxx
Fix compilation warnings
[u/mrichter/AliRoot.git] / MUON / AliMUONContourMaker.cxx
index 303930d2eb014ad456dec2485adac5716cb10dae..499133c1182305560162e86cd11d5747c2f7e245 100644 (file)
@@ -125,10 +125,8 @@ AliMUONContourMaker::CreateContour(const TObjArray& polygons, const char* name)
   
   if ( polygonVerticalEdges.GetLast()+1 < 2 ) 
   {
-    AliError(Form("Got too few edges here for createContour %s",name));
     polygons.Print();
-    TObject* o(0x0);
-    o->Print();
+    AliFatal(Form("Got too few edges here for createContour %s",name));
   }
   
   // Find the vertical edges of the merged contour. This is the meat of the algorithm...