Browse Source

set default time_step to 1

main
cinnaboot 4 years ago
parent
commit
bac790e9d2
  1. 2
      src/orbits.cpp

2
src/orbits.cpp

@ -3,7 +3,7 @@
const static uint ELLIPSE_VERT_COUNT = 256; const static uint ELLIPSE_VERT_COUNT = 256;
const static uint DEFAULT_TIME_STEP = 100; const static uint DEFAULT_TIME_STEP = 1;
system_2body system_2body

Loading…
Cancel
Save