Skip to content

Commit

Permalink
memory issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Apr 11, 2021
1 parent d949c73 commit 2d2dddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/outer_solar_system/problem.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ int main(int argc, char* argv[]) {

struct reb_integrator_whfast_config* config = reb_simulation_get_integrator_config(r,"whfast");
config->safe_mode = 0; // Turn of safe mode. Need to call integrator_synchronize() before outputs.
// TODO config->corrector = 11; // Turn on symplectic correctors (11th order).
config->corrector = 11; // Turn on symplectic correctors (11th order).

// Setup callbacks:
r->heartbeat = heartbeat;
Expand Down

0 comments on commit 2d2dddc

Please sign in to comment.