Skip to content

Commit 42cb3a6

Browse files
Update DiffEqBaseGTPSAExt.jl
1 parent 558a77a commit 42cb3a6

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

ext/DiffEqBaseGTPSAExt.jl

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
module DiffEqBaseGTPSAExt
22

3-
using DiffEqBase
4-
import DiffEqBase: value, ODE_DEFAULT_NORM
5-
using GTPSA
6-
else
7-
using ..DiffEqBase
8-
import ..DiffEqBase: value, ODE_DEFAULT_NORM
9-
using ..GTPSA
10-
end
3+
using DiffEqBase
4+
import DiffEqBase: value, ODE_DEFAULT_NORM
5+
using GTPSA
116

127
value(x::TPS) = scalar(x)
138
value(::Type{<:TPS{T}}) where {T} = T

0 commit comments

Comments
 (0)