Skip to content

Commit 4ed7a43

Browse files
committed
fix alg_order for RandomHeun
1 parent 9137195 commit 4ed7a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alg_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ alg_order(alg::IIF1Mil) = 1 // 1
5959
alg_order(alg::EulerHeun) = 1 // 2
6060
alg_order(alg::LambaEulerHeun) = 1 // 2
6161
alg_order(alg::RandomEM) = 1 // 2
62-
alg_order(alg::RandomHeun) = 3 // 2
62+
alg_order(alg::RandomHeun) = 1 // 2
6363
alg_order(alg::SimplifiedEM) = 1 // 2
6464
alg_order(alg::RKMil) = 1 // 1
6565
alg_order(alg::RKMilCommute) = 1 // 1

0 commit comments

Comments
 (0)