From 1d2f436b9dbe996d574724e7ddd98305781871f3 Mon Sep 17 00:00:00 2001 From: gamez Date: Wed, 9 Oct 2002 15:34:23 +0000 Subject: [PATCH] Bad Copy implementation on gcc-3.2 (Yves SCHUTZ) --- CRT/AliCRThit.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CRT/AliCRThit.cxx b/CRT/AliCRThit.cxx index d8cbbae0105..9ae00aadb1a 100644 --- a/CRT/AliCRThit.cxx +++ b/CRT/AliCRThit.cxx @@ -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; } -- 2.39.3