Skip to content

Commit 2c6936a

Browse files
authored
revert moving Fun(identity, ::Interval) (#320)
1 parent fa7f685 commit 2c6936a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/constructors.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,6 @@ function Fun(::typeof(identity), d::Domain)
183183
end
184184
end
185185

186-
Fun(::typeof(identity), d::IntervalOrSegment{<:Number}) =
187-
Fun(Space(d), [mean(d), complexlength(d)/2])
188-
189186
Fun(::typeof(identity), S::Space) = Fun(identity,domain(S))
190187

191188

0 commit comments

Comments
 (0)