Skip to content

Commit 9434ec4

Browse files
authored
Import ℓ⁰
1 parent 395a907 commit 9434ec4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/ApproxFunOrthogonalPolynomials.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ import ApproxFunBase: normalize!, flipsign, FiniteRange, Fun, MatrixFun, UnsetSp
4343
chebmult_getindex, intpow, alternatingsum,
4444
domaintype, diagindshift, rangetype, weight, isapproxinteger, default_Dirichlet, scal!, dotu,
4545
components, promoterangespace, promotedomainspace,
46-
block, blockstart, blockstop, blocklengths, isblockbanded, pointscompatible, affine_setdiff, complexroots
46+
block, blockstart, blockstop, blocklengths, isblockbanded, pointscompatible, affine_setdiff, complexroots,
47+
ℓ⁰
4748

4849
import DomainSets: Domain, indomain, UnionDomain, ProductDomain, FullSpace, Point, elements, DifferenceDomain,
4950
Interval, ChebyshevInterval, boundary, ∂, rightendpoint, leftendpoint,
@@ -101,4 +102,4 @@ include("roots.jl")
101102
include("specialfunctions.jl")
102103
include("fastops.jl")
103104

104-
end
105+
end

0 commit comments

Comments
 (0)