Skip to content

Commit ecad545

Browse files
fix #6
1 parent d7c7c0c commit ecad545

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/problems.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function ExtendedOrnsteinUhlenbeckProblem(a,b,σ,u0,tspan;callback = CallbackSet
151151
typeof(noise),
152152
typeof(f),typeof(g),
153153
typeof(callback),typeof(noise_rate_prototype),
154-
typeof(mass_matrix)}(a,b,σ,u0,tspan,p,f,g,noise,
154+
typeof(mass_matrix)}(a,b,σ,u0,tspan,nothing,f,g,noise,
155155
callback,noise_rate_prototype,mass_matrix,seed)
156156
end
157157

@@ -191,7 +191,7 @@ function OrnsteinUhlenbeckProblem(a,r,σ,u0,tspan;callback = CallbackSet(),seed=
191191
typeof(noise),
192192
typeof(f),typeof(g),
193193
typeof(callback),typeof(noise_rate_prototype),
194-
typeof(mass_matrix)}(a,r,σ,u0,tspan,p,f,g,noise,callback,
194+
typeof(mass_matrix)}(a,r,σ,u0,tspan,nothing,f,g,noise,callback,
195195
noise_rate_prototype,mass_matrix,seed)
196196
end
197197

0 commit comments

Comments
 (0)