FACT++  1.0
EquPosn Nova::GetEquFromHrz ( const HrzPosn hrz,
const LnLatPosn obs,
double  jd 
)

Definition at line 86 of file nova.h.

Referenced by GetEquFromHrz().

87  {
88  EquPosn equ;
89  ln_get_equ_from_hrz(const_cast<HrzPosn*>(&hrz), const_cast<LnLatPosn*>(&obs), jd, &equ);
90  return equ;
91  }

+ Here is the caller graph for this function: