Skip to content

Commit 7f7c186

Browse files
committed
Add some imports from DiffEqBase
1 parent b0cf171 commit 7f7c186

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/DiffEqDevTools.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ using DiffEqBase, RecipesBase, RecursiveArrayTools, DiffEqPDEBase,
77

88
import Base: length
99

10+
import DiffEqBase: AbstractODEProblem, AbstractDDEProblem,
11+
AbstractODESolution, AbstractRODEProblem, AbstractSDEProblem,
12+
AbstractDAEProblem, @def, ConvergenceSetup, DEAlgorithm,
13+
ODERKTableau, AbstractTimeseriesSolution, ExplicitRKTableau
14+
15+
1016
const TIMESERIES_ERRORS = Set([:l2,:l∞,:L2,:L∞])
1117
const DENSE_ERRORS = Set([:L2,:L∞])
1218
const WEAK_TIMESERIES_ERRORS = Set([:weak_l2,:weak_l∞])

0 commit comments

Comments
 (0)