]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSRecPoint.cxx
Coding conventions + removal of redundant methods
[u/mrichter/AliRoot.git] / ITS / AliITSRecPoint.cxx
index e05eb4b274cb717e072488ae9b1320a8739b38d5..2f63bd1b8c590f7109fef5cf02795a1d2c7c2b98 100644 (file)
@@ -13,9 +13,8 @@
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-*/
+/* $Id$ */
+
 ////////////////////////////////////////////////
 //  Reconstructed point class for set:ITS     //
 ////////////////////////////////////////////////
@@ -42,7 +41,7 @@ void AliITSRecPoint::Print(ostream *os){
     Int_t fmt;
 #endif
 #else
-#if defined __ICC
+#if defined __ICC || defined __ECC || defined __xlC__
     ios::fmtflags fmt;
 #else
     Int_t fmt;