Skip to content

Commit c429533

Browse files
committed
make consistent with ODEProblem def
1 parent 2435da4 commit c429533

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
@@ -168,7 +168,7 @@ function DiffEqBase.SDEProblem{iip}(sys::SDESystem,u0map,tspan,p=parammap;
168168
Generates an SDEProblem from an SDESystem and allows for automatically
169169
symbolically calculating numerical enhancements.
170170
"""
171-
function DiffEqBase.SDEProblem{iip}(sys::SDESystem,u0map,tspan,parammap;
171+
function DiffEqBase.SDEProblem{iip}(sys::SDESystem,u0map,tspan,parammap=DiffEqBase.NullParameters();
172172
version = nothing, tgrad=false,
173173
jac = false, Wfact = false,
174174
checkbounds = false, sparse = false,

0 commit comments

Comments
 (0)