]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bad Copy implementation on gcc-3.2 (Yves SCHUTZ)
authorgamez <gamez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Oct 2002 15:34:23 +0000 (15:34 +0000)
committergamez <gamez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Oct 2002 15:34:23 +0000 (15:34 +0000)
CRT/AliCRThit.cxx

index d8cbbae0105081ffa5b488d0cbdbe002dab2899c..9ae00aadb1a59c70cf3d76161e0692669e2f1870 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.4  2002/10/09 15:00:17  gamez
+Bad operator= implementation on gcc-3.2 (Yves SCHUTZ)
+
 Revision 1.3  2002/10/07 11:19:18  gamez
 Changes requested by coding conventions
 
@@ -79,8 +82,8 @@ AliCRThit::AliCRThit(const AliCRThit & hit)
   fCRTRICH = hit.fCRTRICH;
   fCRTTPC = hit.fCRTTPC;
 
-  fCopy = hit.fCopy;
-  fVolume = hit.fVolume;
+  //fCopy = hit.fCopy;
+  //fVolume = hit.fVolume;
 
 }