FACT++  1.0
void ofits::FlushHeader ( )
inline

Definition at line 802 of file ofits.h.

References WriteHeader().

Referenced by FlushNumRows().

803  {
804  const off_t pos = tellp();
805  WriteHeader();
806  seekp(pos);
807  }
Checksum WriteHeader()
Definition: ofits.h:797

+ Here is the call graph for this function:

+ Here is the caller graph for this function: