Skip to content

Commit cf5a126

Browse files
fix alg_interpretation in ImplicitRKMil
1 parent 6c8301c commit cf5a126

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
@@ -125,7 +125,7 @@ alg_interpretation(alg::RKMil{interpretation}) where {interpretation} = interpre
125125
alg_interpretation(alg::SROCK1{interpretation,E}) where {interpretation,E} = interpretation
126126
alg_interpretation(alg::RKMilCommute{interpretation}) where {interpretation} = interpretation
127127
alg_interpretation(alg::RKMilGeneral) = alg.interpretation
128-
alg_interpretation(alg::ImplicitRKMil{CS,AD,F,FDT,ST,N,T2,Controller,interpretation}) where {CS,AD,F,FDT,ST,N,T2,Controller,interpretation} = interpretation
128+
alg_interpretation(alg::ImplicitRKMil{CS,AD,F,P,FDT,ST,CJ,N,T2,Controller,interpretation}) where {CS,AD,F,P,FDT,ST,CJ,N,T2,Controller,interpretation} = interpretation
129129

130130
alg_interpretation(alg::RS1) = :Stratonovich
131131
alg_interpretation(alg::RS2) = :Stratonovich

0 commit comments

Comments
 (0)