Home
last modified time | relevance | path

Searched refs:corrOriNil (Results 1 – 2 of 2) sorted by relevance

/dports/astro/stellarium/stellarium-0.21.3/src/core/modules/
H A DRotationElements.hpp246 static void corrOriNil(const double, const double, double*, double*){} // Do nothing. in corrOriNil() function in RotationElements
H A DPlanet.cpp1522 re.corrOri=RotationElements::axisOriCorrFuncMap.value(name, &RotationElements::corrOriNil); in setRotationElements()