Ignore:
Timestamp:
11/06/11 02:33:00 (13 years ago)
Author:
lyard
Message:
changed closing behaviour of corrupted files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Fits.cc

    r12418 r12419  
    215215        corruptName << fFileName << "corrupt" << append;
    216216    }
     217    this->fFile->Close();
    217218    if (rename(fFileName.c_str(), corruptName.str().c_str()) != 0)
    218219    {
Note: See TracChangeset for help on using the changeset viewer.