Skip to content

Commit fbd993e

Browse files
authored
revert moving integral (#321)
1 parent 2c6936a commit fbd993e

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunBase"
22
uuid = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
3-
version = "0.7.50"
3+
version = "0.7.51"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"

src/Operators/banded/CalculusOperator.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -248,13 +248,6 @@ for TYP in (:Derivative,:Integral,:Laplacian)
248248
end
249249
end
250250

251-
# the default domain space is higher to avoid negative ultraspherical spaces
252-
function Integral(d::IntervalOrSegment,n::Integer)
253-
ds = Space(d)
254-
rs = rangespace(Derivative(ds))
255-
Integral(rs, n)
256-
end
257-
258251
==(A::Derivative, B::Derivative) = A.order == B.order && domainspace(A) == domainspace(B)
259252

260253

0 commit comments

Comments
 (0)