From 82f6858997c5bb6075e8cf9587ad0ffbf8949e7a Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Mon, 26 Jan 2026 08:49:21 -0500 Subject: [PATCH] update default config --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index a102e84..4603e0a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -9,8 +9,8 @@ #include // 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;