From 5206ef585ccfb9a530a2f0e52945750385dae5db Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 3 Feb 2025 19:29:15 +0100 Subject: Fix previous commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- solar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solar.c') diff --git a/solar.c b/solar.c index 6d8b6dd..1b316bb 100644 --- a/solar.c +++ b/solar.c @@ -249,7 +249,7 @@ equation_of_time(double t) double l = sun_geometric_mean_longitude(t); double e = earth_orbit_eccentricity(t); double m = sun_geometric_mean_anomaly(t); - double y = tan(corrected_mean_ecliptic_obliquity(t) / 2.0; + double y = tan(corrected_mean_ecliptic_obliquity(t) / 2.0); double r, c, s; y *= y; s = y * sin(2.0 * l); -- cgit v1.2.3-70-g09d2