Browse Source

add FIXME for ellipseInitAE()

main
cinnaboot 4 years ago
parent
commit
1a312ae1e5
  1. 2
      src/orbits.cpp

2
src/orbits.cpp

@ -40,6 +40,8 @@ ellipseInitAB(double a, double b)
return ep; return ep;
} }
// FIXME: we should avoid calling ellipseInitAB, and recalculate the properties
// to avoid floating point errors in the known quantity 'e'
EllipseParameters EllipseParameters
ellipseInitAE(double a, double e) ellipseInitAE(double a, double e)
{ {

Loading…
Cancel
Save