From bac790e9d22c8bf16e8b3e4daef9098bde9d696a Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Thu, 31 Mar 2022 12:20:05 -0400 Subject: [PATCH] set default time_step to 1 --- src/orbits.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/orbits.cpp b/src/orbits.cpp index c9d2119..17848d4 100644 --- a/src/orbits.cpp +++ b/src/orbits.cpp @@ -3,7 +3,7 @@ const static uint ELLIPSE_VERT_COUNT = 256; -const static uint DEFAULT_TIME_STEP = 100; +const static uint DEFAULT_TIME_STEP = 1; system_2body