Ignore:
Timestamp:
11/22/05 12:13:35 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjtrain/MJTrainRanForest.cc

    r7420 r7421  
    8484{
    8585    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    }
    8691
    87     *fLog << inf << " - MStatusDisplay..." << flush;
     92    *fLog << inf << "Wrinting to " << fname << ":" << endl;
     93    *fLog << " - MStatusDisplay..." << flush;
    8894    if (fDisplay && fDisplay->Write()<=0)
    8995    {
Note: See TracChangeset for help on using the changeset viewer.