From e11f4d6712b12b0a4b06a3edd00933cf4e901db0 Mon Sep 17 00:00:00 2001 From: "89391914+robxnano@users.noreply.github.com" <89391914+robxnano@users.noreply.github.com> Date: Sat, 8 Apr 2023 21:57:26 +0100 Subject: [PATCH] Removed redefinition of TWOPI --- libastro/anomaly.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libastro/anomaly.c b/libastro/anomaly.c index 32b1d8d..bba83e4 100644 --- a/libastro/anomaly.c +++ b/libastro/anomaly.c @@ -6,7 +6,6 @@ #include "astro.h" -#define TWOPI (2*PI) #define STOPERR (1e-8) /* given the mean anomaly, ma, and the eccentricity, s, of elliptical motion,