FACT++  1.0
EquPosn Nova::GetSolarEquCoords ( double  jd)

Definition at line 114 of file nova.h.

Referenced by ConnectionGCN::ProcessXml(), and Nova::SolarObjects::SolarObjects().

115  {
116  EquPosn equ;
117  ln_get_solar_equ_coords(jd, &equ);
118  return equ;
119  }

+ Here is the caller graph for this function: