예제 #1
0
파일: tropo.C 프로젝트: ARO-user/work-share
double
MeteorologyFunction_getEndMJD(MeteorologyFunction *func)
{
  return TabulatedFunction_getEndX(&func->table);
}
예제 #2
0
파일: clkcorr.C 프로젝트: gdesvignes/tempo2
    double
ClockCorrectionFunction_getEndMJD(ClockCorrectionFunction *func)
{
    return TabulatedFunction_getEndX(&func->table);
}