Skip to content

Commit

Permalink
attempt to fix windows failure
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Apr 18, 2020
1 parent 1e38f2c commit 7d1d8f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions twobody/src/twobody.h
@@ -1,3 +1,7 @@
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif

extern double c_mean_anomaly_from_eccentric_anomaly(double E, double e);
extern double c_eccentric_anomaly_from_mean_anomaly_Newton1(double M, double e,
double tol,
Expand Down

0 comments on commit 7d1d8f2

Please sign in to comment.