Home
last modified time | relevance | path

Searched refs:getDeltaTByMorrisonStephenson1982 (Results 1 – 4 of 4) sorted by relevance

/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelUtils.hpp640 double getDeltaTByMorrisonStephenson1982(const double jDay);
H A DStelUtils.cpp1399 double getDeltaTByMorrisonStephenson1982(const double jDay) in getDecAngle() function
H A DStelCore.cpp2067 deltaTfunc = StelUtils::getDeltaTByMorrisonStephenson1982; in setCurrentDeltaTAlgorithm()
/dports/astro/stellarium/stellarium-0.21.3/src/tests/
H A DtestDeltaT.cpp433 double result = StelUtils::getDeltaTByMorrisonStephenson1982(JD)/60.0; in testDeltaTByMorrisonStephenson1982WideDates()