Skip to content

Commit

Permalink
Merge branch 'fix512'
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Feb 9, 2024
2 parents 42486c9 + abd34de commit 8f281d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/whfast512_unittests/problem.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ int test_basic(){
int test_number_of_planets(){
// Different numbers of planets
for (int gr=0; gr<=1; gr++){
for (int p=1; p<=9; p++){
struct reb_simulation* r = setup_sim(9);
for (int p=2; p<=9; p++){
struct reb_simulation* r = setup_sim(p);
struct reb_simulation* r512 = reb_simulation_copy(r);

r512->integrator = REB_INTEGRATOR_WHFAST512;
Expand Down

0 comments on commit 8f281d9

Please sign in to comment.