Skip to content

Commit a2b2070

Browse files
committed
still searching for bug...
1 parent f65a39d commit a2b2070

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/jumpsystem.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jump2.affect!(integrator)
5151

5252

5353
# test can make and solve a jump problem
54-
rate = γ*I
55-
affect = [I ~ I - 1, R ~ R + 1]
56-
j₃ = ConstantRateJump(rate,affect)
54+
rate = γ*I
55+
affect = [I ~ I - 1, R ~ R + 1]
56+
j₃ = ConstantRateJump(rate,affect)
5757
js2 = JumpSystem([j₁,j₃], t, [S,I,R], [β,γ])
5858
u₀ = [999,1,0]; p = (0.1/1000,0.01); tspan = (0.,250.)
5959
dprob = DiscreteProblem(u₀,tspan,p)

0 commit comments

Comments
 (0)