We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175ee2f commit 2cd4d67Copy full SHA for 2cd4d67
README.md
@@ -94,7 +94,7 @@ Once a reaction network has been created it can be passed as input to either one
94
probODE = ODEProblem(rn, args...; kwargs...)
95
probSS = SteadyStateProblem(rn, args...; kwargs...)
96
probSDE = SDEProblem(rn, args...; kwargs...)
97
- probJump = JumpProblem(prob,aggregator::Direct,rn)
+ probJump = JumpProblem(prob, Direct(), rn)
98
```
99
the output problems may then be used as normal input to the solvers of the `DifferentialEquations` package.
100
0 commit comments