X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSRecPoint.cxx;h=2f63bd1b8c590f7109fef5cf02795a1d2c7c2b98;hb=c10e6eaf3d40af20da44f21c3ec7209b8e2bbfea;hp=44a30ff71ec735a244872b79fbb69a298616d6e2;hpb=b9d0a01d7a0723a09071b0b56200d72f59a9c2b6;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSRecPoint.cxx b/ITS/AliITSRecPoint.cxx index 44a30ff71ec..2f63bd1b8c5 100644 --- a/ITS/AliITSRecPoint.cxx +++ b/ITS/AliITSRecPoint.cxx @@ -13,16 +13,8 @@ * provided "as is" without express or implied warranty. * **************************************************************************/ -/* -$Log$ -Revision 1.3.12.1 2002/10/14 13:14:08 hristov -Updating VirtualMC to v3-09-02 +/* $Id$ */ -Revision 1.4 2002/09/09 17:28:02 nilsen -Added class iostreamer funcionality and Print and Read functions. cleaned -up files. - -*/ //////////////////////////////////////////////// // Reconstructed point class for set:ITS // //////////////////////////////////////////////// @@ -49,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;