Skip to content

Commit 2cd4d67

Browse files
committed
update JumpProblem example
1 parent 175ee2f commit 2cd4d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Once a reaction network has been created it can be passed as input to either one
9494
probODE = ODEProblem(rn, args...; kwargs...)
9595
probSS = SteadyStateProblem(rn, args...; kwargs...)
9696
probSDE = SDEProblem(rn, args...; kwargs...)
97-
probJump = JumpProblem(prob,aggregator::Direct,rn)
97+
probJump = JumpProblem(prob, Direct(), rn)
9898
```
9999
the output problems may then be used as normal input to the solvers of the `DifferentialEquations` package.
100100

0 commit comments

Comments
 (0)