From aa913b32bfda5063184beed51b9149afcf1d2a7e Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Sat, 14 May 2022 10:11:22 -0400 Subject: [PATCH] correct NOTE in orbit test case 4.2 --- tests/orbit_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/orbit_test.cpp b/tests/orbit_test.cpp index 4bdac15..c653b35 100644 --- a/tests/orbit_test.cpp +++ b/tests/orbit_test.cpp @@ -101,7 +101,7 @@ TEST_CASE("time of flight example 4.2", "[orbits]") double r = 6378; // body radius in km system_2body sys = systemInit(gravBodyInit(mu, r), orbitInit(a, e)); - // NOTE: get ToF from periapsis to true anomaly at 154.85 degrees + // NOTE: get ToF from true anom 230 degrees to true anom at 120 degrees double theta_1 = 230 * M_PI / 180; double theta_2 = 120 * M_PI / 180;