Skip to content

Commit

Permalink
test hinit_method=2
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Oct 11, 2023
1 parent d878af4 commit 99807da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rk_test_order.F90
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ subroutine run_test()
class is (rk_variable_step_class)
isvariable = .true.
call s%initialize(n=n, f=derivative_test_order, rtol=[one], atol=[one], &
stepsize_method=sz)
stepsize_method=sz , hinit_method=2)
call s%integrate(t0, x0, dt, tf, xf)

end select
Expand Down

0 comments on commit 99807da

Please sign in to comment.