FACT++  1.0
bool ofits::SetFloat ( const std::string &  key,
double  f,
const std::string &  comment = "" 
)
inline

Definition at line 566 of file ofits.h.

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

567  {
568  return SetFloat(key, f, 0, comment);
569  }
bool SetFloat(const std::string &key, double f, int p, const std::string &comment="")
Definition: ofits.h:543

+ Here is the call graph for this function: