Browse Source

set default gooey time_step increment to 5

main
cinnaboot 4 years ago
parent
commit
51c6341074
  1. 3
      src/gooey.cpp

3
src/gooey.cpp

@ -137,7 +137,8 @@ void drawSystemWindow(system_2body& sys, bool& running)
ImGui::Text("time_step:");
ImGui::SameLine();
ImGui::InputDouble("##", &sys.time_step, 1);
ImGui::InputDouble("##", &sys.time_step, 5);
ImGui::Text("epsilon, spec. orb. energy: %f", sys.epsilon);
ImGui::Text("h, angular momentum: %f", sys.h);
ImGui::Text("r_apoapsis: %f", sys.r_apoapsis);

Loading…
Cancel
Save