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

Definition at line 588 of file ofits.h.

References Set().

Referenced by factofits::WriteDrsOffsetsTable(), WriteFitsHeader(), and WriteTableHeader().

589  {
590  Set("END");
591  while (fKeys.size()%36!=0)
592  fKeys.emplace_back();
593  }
std::vector< Key > fKeys
Definition: ofits.h:249
bool Set(const std::string &key="", bool delim=false, const std::string &value="", const std::string &comment="")
Definition: ofits.h:260

+ Here is the call graph for this function:

+ Here is the caller graph for this function: