]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Avoid deleting of Root class dictionary (M.Ivanov)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 Feb 2001 14:40:05 +0000 (14:40 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 5 Feb 2001 14:40:05 +0000 (14:40 +0000)
TPC/AliClusters.cxx

index 563da8770c68bf537e43d17d790a7896224457f9..26d1541ce915574a852338d24cec6adaef6eedb1 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.4  2000/10/05 16:17:27  kowal2
+New class replacing AliCluster
+
 Revision 1.3  2000/06/30 12:07:49  kowal2
 Updated from the TPC-PreRelease branch
 
@@ -86,7 +89,7 @@ Bool_t AliClusters::SetClass(const Text_t *classname)
   //
   //set class of stored object
   if ( fClass !=0 ) {
-    delete fClass;
+    //    delete fClass;
     fClass = 0;
   }