FACT++  1.0
double Nova::GetAngularSeparation ( const EquPosn p1,
const EquPosn p2 
)

Definition at line 148 of file nova.h.

Referenced by main(), FACT::PredictI(), and ConnectionGCN::ProcessXml().

149  {
150  return ln_get_angular_separation(const_cast<EquPosn*>(&p1), const_cast<EquPosn*>(&p2));
151  }

+ Here is the caller graph for this function: