From b9b4e246dc258a8cbb885afb2267df8aa90b272e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 5 Jan 2016 17:04:42 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/libred.h | 2 +- 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 -- cgit v1.2.3-70-g09d2