]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSv1.h
replaced abort() by Fatal()
[u/mrichter/AliRoot.git] / PHOS / AliPHOSv1.h
index 72a085a044ca4cfae17f0df480e08c18ebdb0d8f..eea1795b5af15e34c89de7b1f899cf31f5ccbabb 100644 (file)
@@ -29,7 +29,7 @@ public:
   AliPHOSv1(const AliPHOSv1 & phos) {
     // cpy ctor: no implementation yet
     // requested by the Coding Convention
-    abort() ; 
+    Fatal("cpy ctor", "not implemented") ; 
   }
   virtual ~AliPHOSv1(void) ;
 
@@ -46,7 +46,7 @@ public:
 
   AliPHOSv1 & operator = (const AliPHOSv1 & rvalue)  {
     // assignement operator requested by coding convention but not needed
-    abort() ;
+    Fatal("operator =", "not implemented") ;
     return *this ; 
   }