File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
# StochasticDiffEq and provide dispatch points that JumpProcesses and others can use.
3
3
4
4
get_tstops (integ:: DEIntegrator ) =
5
- error (" get_tstops not implemented for integrators of type $(typeof (integ)) " )
5
+ error (" get_tstops not implemented for integrators of type $(nameof ( typeof (integ) )) " )
6
6
get_tstops_array (integ:: DEIntegrator ) =
7
- error (" get_tstops_array not implemented for integrators of type $(typeof (integ)) " )
7
+ error (" get_tstops_array not implemented for integrators of type $(nameof ( typeof (integ) )) " )
8
8
get_tstops_max (integ:: DEIntegrator ) =
9
- error (" get_tstops_max not implemented for integrators of type $(typeof (integ)) " )
9
+ error (" get_tstops_max not implemented for integrators of type $(nameof ( typeof (integ) )) " )
You can’t perform that action at this time.
0 commit comments