Skip to content

Commit

Permalink
Update alg_utils.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyas-Ekanathan authored Apr 22, 2024
1 parent 97109c0 commit a055c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alg_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ alg_order(alg::DPRKN12) = 12
alg_order(alg::ERKN4) = 4
alg_order(alg::ERKN5) = 5
alg_order(alg::ERKN7) = 7
alg_order(alg::RKN4) = 3
alg_order(alg::RKN4) = 4

alg_order(alg::Midpoint) = 2

Expand Down

0 comments on commit a055c5e

Please sign in to comment.