Esempio n. 1
0
double
MeteorologyFunction_getValue(MeteorologyFunction *func,
				      double mjd)
{
  return TabulatedFunction_getValue(&func->table, mjd);
}
Esempio n. 2
0
    double
ClockCorrectionFunction_getCorrection(ClockCorrectionFunction *func,
        double mjd)
{
    return TabulatedFunction_getValue(&func->table, mjd);
}