Skip to content

Commit 21233e3

Browse files
Update DiffEqBaseMonteCarloMeasurementsExt.jl
1 parent ba9e171 commit 21233e3

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

ext/DiffEqBaseMonteCarloMeasurementsExt.jl

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

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

127
function DiffEqBase.promote_u0(
138
u0::AbstractArray{

0 commit comments

Comments
 (0)