Changeset 12420 for trunk/FACT++/src/Fits.cc
- Timestamp:
- 11/06/11 02:39:13 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Fits.cc
r12419 r12420 215 215 corruptName << fFileName << "corrupt" << append; 216 216 } 217 this->fFile->Close();218 217 if (rename(fFileName.c_str(), corruptName.str().c_str()) != 0) 219 218 {
Note:
See TracChangeset
for help on using the changeset viewer.