Home
last modified time | relevance | path

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

/dports/astro/xtide/xtide-2.15.3/libxtide/
H A DSkycal.cc259 double *topora, double *topodec, double *topodist);
541 double *topora, double *topodec, double *topodist) in accumoon() argument
773 *topodist = sqrt(x*x + y*y + z*z); in accumoon()
775 l = x / (*topodist); in accumoon()
776 m = y / (*topodist); in accumoon()
777 n = z / (*topodist); in accumoon()