Skip to content

Commit 5da688b

Browse files
committed
Fix default diff_type of AdaptiveRadau
1 parent 35f9c7f commit 5da688b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqFIRK/src/algorithms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ end
183183

184184
function AdaptiveRadau(; chunk_size = Val{0}(), autodiff = AutoForwardDiff(),
185185
standardtag = Val{true}(), concrete_jac = nothing,
186-
diff_type = Val{:forward}, min_order = 5, max_order = 13, threading = false,
186+
diff_type = Val{:forward}(), min_order = 5, max_order = 13, threading = false,
187187
linsolve = nothing, precs = DEFAULT_PRECS,
188188
extrapolant = :dense, fast_convergence_cutoff = 1 // 5,
189189
new_W_γdt_cutoff = 1 // 5,

0 commit comments

Comments
 (0)