Changeset 9103
- Timestamp:
- 08/06/08 15:10:17 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9102 r9103 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2008/08/06 Thomas Bretz 22 23 * mfileio/MReadTree.cc: 24 - removed some debug out 25 26 20 27 21 28 2008/08/06 Stefan Ruegamer -
trunk/MagicSoft/Mars/mfileio/MReadTree.cc
r9041 r9103 295 295 Bool_t MReadTree::Notify() 296 296 { 297 cout << "--notify1--" << endl;298 299 297 // 300 298 // Do a consistency check for all branches … … 302 300 if (!CheckBranchSize()) 303 301 return kFALSE; 304 305 cout << "--notify2--" << endl;306 302 307 303 *fLog << inf << GetDescriptor() << ": Next file #" << GetFileIndex(); … … 345 341 return kFALSE; 346 342 } 347 348 cout << "--done--" << endl;349 343 350 344 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.