]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOS.h
Coding convention obeyed
[u/mrichter/AliRoot.git] / PHOS / AliPHOS.h
index 17aca1f325d7a0a92dd8bfdf576466564424fbfc..dbce7c0fec6334e025c2fd1abb8945d7a783f8e2 100644 (file)
@@ -9,7 +9,7 @@
 //                  
 //*-- Author: Laurent Aphecetche & Yves Schutz (SUBATECH)
 
-#include <stdlib.h>
+//#include <stdlib.h>
 
 // --- ROOT system ---
 
@@ -52,10 +52,8 @@ class AliPHOS : public AliDetector {
   virtual const TString Version() const {return TString(" ") ; } 
   virtual void WriteQA() ; 
   AliPHOS & operator = (const AliPHOS & rvalue)  {
-    // assignement operator requested by coding convention
-    // but not needed
-    Fatal("operator =", "not implemented") ;
-    return *this ; 
+    // assignement operator requested by coding convention but not needed
+    Fatal("operator =", "not implemented") ; return *this ; 
   }
  
 protected: