Ignore:
Timestamp:
11/16/11 12:09:16 (13 years ago)
Author:
lyard
Message:
added flushing of nightly files after each row
File:
1 edited

Legend:

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

    r12443 r12536  
    362362}
    363363
     364void Fits::Flush()
     365{
     366    if (!fFile)
     367        return;
     368
     369    fFile->Flush();
     370}
    364371// --------------------------------------------------------------------------
    365372//! Returns the size on the disk of the Fits file being written.
Note: See TracChangeset for help on using the changeset viewer.