FACT++  1.0
bool ofits::AddColumnDouble ( const std::string &  name,
const std::string &  unit = "",
const std::string &  comment = "" 
)
inline

Definition at line 725 of file ofits.h.

References AddColumn(), and ofits::Key::comment.

726  { return AddColumn(1, 'D', name, unit, comment); }
virtual bool AddColumn(uint32_t cnt, char typechar, const std::string &name, const std::string &unit, const std::string &comment="", bool addHeaderKeys=true)
Definition: ofits.h:596

+ Here is the call graph for this function: