Changeset 7421 for trunk/MagicSoft/Mars/mjtrain/MJTrainRanForest.cc
- Timestamp:
- 11/22/05 12:13:35 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjtrain/MJTrainRanForest.cc
r7420 r7421 84 84 { 85 85 TFile file(fname, "UPDATE"); 86 if (!file.IsOpen()) 87 { 88 *fLog << err << "ERROR - Couldn't open file " << fname << " for writing." << endl; 89 return kFALSE; 90 } 86 91 87 *fLog << inf << " - MStatusDisplay..." << flush; 92 *fLog << inf << "Wrinting to " << fname << ":" << endl; 93 *fLog << " - MStatusDisplay..." << flush; 88 94 if (fDisplay && fDisplay->Write()<=0) 89 95 {
Note:
See TracChangeset
for help on using the changeset viewer.