From 1a312ae1e5053ceb131b59dea42b6d5f485ebd98 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Sat, 4 Jun 2022 11:51:59 -0400 Subject: [PATCH] add FIXME for ellipseInitAE() --- src/orbits.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/orbits.cpp b/src/orbits.cpp index d393e52..489125f 100644 --- a/src/orbits.cpp +++ b/src/orbits.cpp @@ -40,6 +40,8 @@ ellipseInitAB(double a, double b) return ep; } +// FIXME: we should avoid calling ellipseInitAB, and recalculate the properties +// to avoid floating point errors in the known quantity 'e' EllipseParameters ellipseInitAE(double a, double e) {