Skip to content

Commit f78dc01

Browse files
Merge pull request #9 from JuliaDiffEq/myb/v0.7
0.7 compatibility
2 parents be351fc + 7f7c186 commit f78dc01

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)