Changeset 4844 for trunk/MagicSoft/Mars/mimage
- Timestamp:
- 09/03/04 16:55:40 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mimage/MImgCleanStd.cc
r4838 r4844 342 342 fName = name ? name : gsDefName.Data(); 343 343 fTitle = title ? title : gsDefTitle.Data(); 344 345 Print();346 344 } 347 345 … … 571 569 return kFALSE; 572 570 571 Print(); 572 573 573 return kTRUE; 574 574 } … … 660 660 break; 661 661 } 662 *fLog << " cleaning initialized with noiselevel " << fCleanLvl1 << " and " << fCleanLvl2;662 *fLog << " cleaning initialized with level " << fCleanLvl1 << " and " << fCleanLvl2; 663 663 *fLog << " (CleanRings=" << fCleanRings << ")" << endl; 664 664 }
Note:
See TracChangeset
for help on using the changeset viewer.