From daa4867cf6d0bc3dae8aef38cece486834611cb3 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Tue, 20 Jan 2026 10:50:57 -0500 Subject: [PATCH] removed unused velocity from test config --- tests/configs/earth_mars_simple.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/configs/earth_mars_simple.toml b/tests/configs/earth_mars_simple.toml index 50988bf..11b36ed 100644 --- a/tests/configs/earth_mars_simple.toml +++ b/tests/configs/earth_mars_simple.toml @@ -35,7 +35,6 @@ radius = 1000.0 # Position at LEO altitude: Earth position + (Earth radius + 200km altitude) # Earth: 1.496e11, LEO offset: 6.571e6, Total: 1.49606571e11 position = { x = 1.49606571e11, y = 0.0, z = 0.0 } -velocity = { x = 0.0, y = 0.0, z = 0.0 } parent_index = 1 color = { r = 1.0, g = 0.0, b = 0.5 } eccentricity = 0.0