Changeset 9576 for trunk/MagicSoft/Mars/mhbase
- Timestamp:
- 04/22/10 11:43:42 (15 years ago)
- Location:
- trunk/MagicSoft/Mars/mhbase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhbase/MH3.cc
r9518 r9576 1306 1306 if (obj==fHist) 1307 1307 fHist = 0; 1308 } 1308 1309 MH::RecursiveRemove(obj); 1310 } -
trunk/MagicSoft/Mars/mhbase/MHn.cc
r9518 r9576 609 609 fHist[i]->RecursiveRemove(obj); 610 610 } 611 } 611 612 MH::RecursiveRemove(obj); 613 }
Note:
See TracChangeset
for help on using the changeset viewer.