Changeset 12536 for trunk/FACT++/src/Fits.cc
- Timestamp:
- 11/16/11 12:09:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Fits.cc
r12443 r12536 362 362 } 363 363 364 void Fits::Flush() 365 { 366 if (!fFile) 367 return; 368 369 fFile->Flush(); 370 } 364 371 // -------------------------------------------------------------------------- 365 372 //! Returns the size on the disk of the Fits file being written.
Note:
See TracChangeset
for help on using the changeset viewer.