Browse Source

update main TODO

main
cinnaboot 3 years ago
parent
commit
025fb09e35
  1. 6
      src/main.cpp

6
src/main.cpp

@ -22,12 +22,6 @@
* - Add maneuver controls for circularize_raising/lowering
* - can we make the input slider for maneuver anomaly snap to certain angles?
* - 0, apoapse, periapse?
*
* - Important!! add std::isnan() checks, from <cmath>, after applyManeuver(),
* we're getting intermittent wonkyness, maybe another divide by zero
* somewhere
* - to aid testing, we should create many more orbits, all with additional
* maneuver nodes
*/
#include <cassert>

Loading…
Cancel
Save