X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TPC%2FAliClusters.cxx;h=bba208dc00255e5e2c687fe88d1666a9345849f2;hb=dda778c2155b5b19f523f6a1c2c633d525af88da;hp=563da8770c68bf537e43d17d790a7896224457f9;hpb=c9787763364b2d82b681c3ebeda9401603b9489f;p=u%2Fmrichter%2FAliRoot.git diff --git a/TPC/AliClusters.cxx b/TPC/AliClusters.cxx index 563da8770c6..bba208dc002 100644 --- a/TPC/AliClusters.cxx +++ b/TPC/AliClusters.cxx @@ -13,26 +13,7 @@ * provided "as is" without express or implied warranty. * **************************************************************************/ -/* -$Log$ -Revision 1.3 2000/06/30 12:07:49 kowal2 -Updated from the TPC-PreRelease branch - -Revision 1.2.4.2 2000/06/14 16:45:13 kowal2 -Improved algorithms. Compiler warnings removed. - -Revision 1.2.4.1 2000/06/09 07:09:29 kowal2 - -Clustering and tracking classes are splitted from the simulation ones - -Revision 1.2 2000/04/17 09:37:33 kowal2 -removed obsolete AliTPCDigitsDisplay.C - -Revision 1.1.4.2 2000/04/10 11:34:02 kowal2 - -Clusters handling in a new data structure - -*/ +/* $Id$ */ /////////////////////////////////////////////////////////////////////////////// // // @@ -86,7 +67,7 @@ Bool_t AliClusters::SetClass(const Text_t *classname) // //set class of stored object if ( fClass !=0 ) { - delete fClass; + // delete fClass; fClass = 0; }