Skip to content

Commit f0de47e

Browse files
Update DiffEqBaseMPIExt.jl
1 parent 9bd18a8 commit f0de47e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

ext/DiffEqBaseMPIExt.jl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
module DiffEqBaseMPIExt
22

3-
using DiffEqBase
4-
import MPI
5-
else
6-
using ..DiffEqBase
7-
import ..MPI
8-
end
3+
using DiffEqBase
4+
import MPI
95

106
if isdefined(MPI, :AbstractMultiRequest)
117
function DiffEqBase.anyeltypedual(::Type{T},

0 commit comments

Comments
 (0)