diff options
Diffstat (limited to 'src/solar.c')
-rw-r--r-- | src/solar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/solar.c b/src/solar.c index e132522..de229d9 100644 --- a/src/solar.c +++ b/src/solar.c @@ -245,7 +245,7 @@ static inline double equation_of_time(double tm) } /** - * Calculates the Sun's elevation as apparent. + * Calculates the Sun's elevation as apparent * from a geographical position. * * @param tm The time in Julian Centuries. @@ -267,7 +267,7 @@ static inline double solar_elevation_from_time(double tm, double latitude, doubl /** - * Calculates the Sun's elevation as apparent. + * Calculates the Sun's elevation as apparent * from a geographical position. * * @param latitude The latitude in degrees northwards from |