]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSReconstructioner.h
Coding convention rules obeyed
[u/mrichter/AliRoot.git] / PHOS / AliPHOSReconstructioner.h
index a3da421999d1dfd5b470a7b671478d3480703d23..bd77a5846db8f957d735b6b0bbe02bd255785d10 100644 (file)
@@ -9,7 +9,7 @@
 //  Algorithm class for the reconstruction: clusterizer
 //                                          track segment maker
 //                                          particle identifier   
-//                  
+//*--
 //*-- Author: Gines Martinez & Yves Schutz (SUBATECH)
 
 // --- ROOT system ---
@@ -54,8 +54,7 @@ public:
   void SetDebugReconstruction(Bool_t deb) { fDebugReconstruction = deb; }
 
   AliPHOSReconstructioner & operator = (const AliPHOSReconstructioner & rvalue)  {
-    // assignement operator requested by coding convention
-    // but not needed
+    // assignement operator requested by coding convention but not needed
     assert(0==1) ;
     return *this ; 
   }