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

Definition at line 961 of file ofits.h.

Referenced by close(), and factofits::WriteDrsOffsetsTable().

962  {
963  if (tellp()%(80*36)>0)
964  {
965  std::vector<char> filler(80*36-tellp()%(80*36));
966  write(filler.data(), filler.size());
967  }
968  }

+ Here is the caller graph for this function: