- Timestamp:
- 06/23/03 13:52:21 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MParList.cc
r2210 r2214 118 118 TIter Next(fContainer); 119 119 TObject *o; 120 while ( o=Next())120 while ((o=Next())) 121 121 if (o->TestBit(kCanDelete)) 122 122 delete fContainer->Remove(o); -
trunk/MagicSoft/Mars/mmain/MStatusDisplay.cc
r2207 r2214 832 832 { 833 833 if (gROOT->IsBatch()) 834 return fBatch.FindObject(c);834 return (Bool_t)fBatch.FindObject(c); 835 835 836 836 for (int i=1; i<fTab->GetNumberOfTabs(); i++)
Note:
See TracChangeset
for help on using the changeset viewer.