FACT++  1.0
virtual void ofits::FlushNumRows ( )
inlinevirtual

Reimplemented in zofits.

Definition at line 953 of file ofits.h.

References FlushHeader(), ofits::Table::num_rows, and SetInt().

954  {
955  SetInt("NAXIS2", fTable.num_rows);
956  FlushHeader();
957  }
bool SetInt(const std::string &key, int64_t i, const std::string &comment="")
Definition: ofits.h:535
void FlushHeader()
Definition: ofits.h:802
Table fTable
Definition: ofits.h:327
size_t num_rows
Definition: ofits.h:307

+ Here is the call graph for this function: