FACT++  1.0
void Fits::Flush ( )

Flush the currently opened file to disk.

Definition at line 466 of file Fits.cc.

467 {
468  if (!fFile)
469  return;
470 
471  fFile->Flush();
472 }
void Flush()
Definition: FitsFile.cc:445
FitsFile * fFile
Definition: Fits.h:14