Skip to content

Commit 945180e

Browse files
committed
Remove duplicated method
1 parent 3ada21c commit 945180e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/multidim/intervalbox.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ Return a vector of the `mid` of each interval composing the `IntervalBox`.
4444
4545
See `mid(X::Interval, α=0.5)` for more informations.
4646
"""
47-
mid(X::IntervalBox, α) = mid.(X, α)
4847
mid(X::IntervalBox) = mid.(X)
4948
mid(X::IntervalBox, α) = mid.(X, α)
5049

0 commit comments

Comments
 (0)