Skip to content

Commit a71ba77

Browse files
committed
typo: comma
1 parent d690f38 commit a71ba77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/diffeqs/sdesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ function DiffEqBase.SDEFunction{iip, specialize}(sys::SDESystem, dvs = unknowns(
663663
sys = sys,
664664
jac = _jac === nothing ? nothing : _jac,
665665
tgrad = _tgrad === nothing ? nothing : _tgrad,
666-
mass_matrix = _M
666+
mass_matrix = _M,
667667
jac_prototype = jac_prototype,
668668
observed = observedfun,
669669
sparsity = sparsity ? jacobian_sparsity(sys) : nothing,

0 commit comments

Comments
 (0)