Skip to content

Commit

Permalink
revert bad change
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 committed Jun 27, 2023
1 parent 20a4b0a commit a1b8f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/arkode/C_serial/ark_kepler.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ int main(int argc, char* argv[])
const int old_step_mode = args.step_mode;
const int old_stepper = args.stepper;
const char* old_method_name = args.method_name;
args.dt = SUN_RCONST(1e-2);
args.dt = SUN_RCONST(1e-3);
args.step_mode = 0;
args.stepper = 1;
args.method_name = "ARKODE_ARK548L2SAb_ERK_8_4_5";
Expand Down

0 comments on commit a1b8f48

Please sign in to comment.