diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libred.h | 2 | ||||
-rw-r--r-- | src/solar.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/libred.h b/src/libred.h index 322f14d..f7e5a5f 100644 --- a/src/libred.h +++ b/src/libred.h @@ -80,7 +80,7 @@ /** - * 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 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 |