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 0b3efcc commit dc7f91aCopy full SHA for dc7f91a
1 file changed
src/OrdinaryDiffEq.jl
@@ -22,7 +22,7 @@ using SciMLBase: SciMLBase,
22
DAEProblem, DAEFunction, DAESolution, EnsembleProblem,
23
CallbackSet, ContinuousCallback, DiscreteCallback, VectorContinuousCallback,
24
ReturnCode, set_proposed_dt!,
25
- remake, successful_retcode, reinit!,
+ remake, successful_retcode, reinit!, terminate!,
26
derivative_discontinuity!, add_tstop!, ODEAliasSpecifier,
27
AutoDePSpecialize
28
@@ -55,7 +55,7 @@ export CallbackSet, ContinuousCallback, DiscreteCallback, VectorContinuousCallba
55
56
# Utilities
57
export ReturnCode, derivative_discontinuity!, add_tstop!, ODEAliasSpecifier
58
-export SciMLBase, SciMLLogging, remake, successful_retcode, reinit!, set_proposed_dt!
+export SciMLBase, SciMLLogging, remake, successful_retcode, reinit!, set_proposed_dt!, terminate!
59
60
# Specialization levels
61
export AutoDePSpecialize
0 commit comments