diff options
Diffstat (limited to 'kworldwatch/astro.h')
-rw-r--r-- | kworldwatch/astro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kworldwatch/astro.h b/kworldwatch/astro.h index 6f39458..2c6a561 100644 --- a/kworldwatch/astro.h +++ b/kworldwatch/astro.h @@ -34,7 +34,7 @@ extern "C" { double jtime(struct tm *t); double kepler(double m, double ecc); -void sunpos(double jd, int aptqparent, double *ra, double *dec, double *rv, double *slong); +void sunpos(double jd, int apparent, double *ra, double *dec, double *rv, double *slong); void projillum(short *wtab, int xdots, int ydots, double dec); } |