Skip to content

Commit 9045453

Browse files
fix jump
1 parent 4de3a1f commit 9045453

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/JumpProblemLibrary/src/JumpProblemLibrary.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ tf = 10.0
264264
network given the number of lattice sites.
265265
u0 is a similar function that returns the initial condition vector.
266266
"""
267-
prob_jump_diffnetwork = JumpProblemNetwork(getDiffNetwork, params, tf, getDiffu0, nothing)
267+
prob_jump_diffnetwork = JumpProblemNetwork(getDiffNetwork, params, tf, getDiffu0, nothing,
268+
nothing)
268269

269270
end # module

0 commit comments

Comments
 (0)