Home
last modified time | relevance | path

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

/dports/astro/py-ephem/ephem-4.1.3/libastro/
H A Dearthsat.c628 static double OldSiteLat = -100000; /* Used to avoid unneccesary recomputation */ in GetSitPosition() local
634 if ((SiteLat != OldSiteLat) || (SiteElevation != OldSiteElevation)) in GetSitPosition()
636 OldSiteLat = SiteLat; in GetSitPosition()