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 f921e92 commit 203a245Copy full SHA for 203a245
src/integrator_accessors.jl
@@ -2,8 +2,8 @@
2
# StochasticDiffEq and provide dispatch points that JumpProcesses and others can use.
3
4
get_tstops(integ::DEIntegrator) =
5
- error("get_tstops not implemented for integrators of type $(typeof(iteg))")
+ error("get_tstops not implemented for integrators of type $(typeof(integ))")
6
get_tstops_array(integ::DEIntegrator) =
7
- error("get_tstops_array not implemented for integrators of type $(typeof(iteg))")
+ error("get_tstops_array not implemented for integrators of type $(typeof(integ))")
8
get_tstops_max(integ::DEIntegrator) =
9
- error("get_tstops_max not implemented for integrators of type $(typeof(iteg))")
+ error("get_tstops_max not implemented for integrators of type $(typeof(integ))")
0 commit comments