Skip to content

Commit 17e4569

Browse files
add missing typeof(precs)
1 parent 74bee2d commit 17e4569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ ImplicitRKMil(;chunk_size=0,autodiff=true,diff_type=Val{:central},
714714
new_jac_conv_bound = 1e-3,
715715
controller = :Predictive,interpretation=:Ito) =
716716
ImplicitRKMil{chunk_size,autodiff,
717-
typeof(linsolve),diff_type,
717+
typeof(linsolve),typeof(precs),diff_type,
718718
OrdinaryDiffEq._unwrap_val(standardtag),
719719
OrdinaryDiffEq._unwrap_val(concrete_jac),
720720
typeof(nlsolve),typeof(new_jac_conv_bound),

0 commit comments

Comments
 (0)