Skip to content

Commit da7428c

Browse files
typo
1 parent c2e0137 commit da7428c

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
@@ -699,7 +699,7 @@ struct ImplicitRKMil{CS,AD,F,FDT,ST,N,T2,Controller,interpretation} <: Stochasti
699699
symplectic::Bool
700700
end
701701
ImplicitRKMil(;chunk_size=0,autodiff=true,diff_type=Val{:central},
702-
standardtag = Val{true}()
702+
standardtag = Val{true}(),
703703
linsolve=DEFAULT_LINSOLVE,nlsolve=NLNewton(),
704704
extrapolant=:constant,
705705
theta = 1,symplectic = false,

0 commit comments

Comments
 (0)