|
|
|
|
@ -9,8 +9,8 @@
|
|
|
|
|
#include <cmath> |
|
|
|
|
|
|
|
|
|
// Configuration defaults - edit to change default run mode
|
|
|
|
|
//#define DEFAULT_CONFIG_FILE "tests/configs/solar_system.toml"
|
|
|
|
|
#define DEFAULT_CONFIG_FILE "tests/configs/maneuver_sequence.toml" |
|
|
|
|
//#define DEFAULT_CONFIG_FILE "tests/test_moon_orbits.toml"
|
|
|
|
|
#define DEFAULT_CONFIG_FILE "tests/maneuver_sequence.toml" |
|
|
|
|
|
|
|
|
|
struct ProgramArgs { |
|
|
|
|
const char* config_file; |
|
|
|
|
|