FACT++  1.0
RstTime Nova::GetLunarRst ( double  jd,
const LnLatPosn obs = ORM() 
)

Definition at line 108 of file nova.h.

Referenced by Moon::Moon().

109  {
110  RstTime rst;
111  ln_get_lunar_rst(jd, const_cast<LnLatPosn*>(&obs), &rst);
112  return rst;
113  }
ln_rst_time RstTime
Definition: nova.h:13

+ Here is the caller graph for this function: