FACT++  1.0
void CompressedFitsFile::HeaderEntry::setComment ( const string &  comm)
inline

Set the comment for a given entry

Definition at line 124 of file fitsDecompressor.cc.

125  {
126  _comment = comm;
127  buildFitsString();
128  }
string _comment
the comment associated to the header entry