Skip to content

Commit dfb8a2a

Browse files
committed
complexroots
1 parent 5b62561 commit dfb8a2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ julia:
1111
matrix:
1212
allow_failures:
1313
- julia: nightly
14-
- os: osx
1514
notifications:
1615
email: false
1716
after_script:

src/ApproxFunFourier.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ import ApproxFunBase: normalize!, flipsign, FiniteRange, Fun, MatrixFun, UnsetSp
4646
components, promoterangespace, promotedomainspace, choosedomainspace,
4747
block, blockstart, blockstop, blocklengths, isblockbanded, pointscompatible,
4848
AbstractProductSpace, MultivariateFun, BivariateSpace,
49-
@wrapperstructure, @wrapperspaces, @wrapper, @calculus_operator, resizedata!, slnorm, affine_setdiff
49+
@wrapperstructure, @wrapperspaces, @wrapper, @calculus_operator, resizedata!, slnorm, affine_setdiff,
50+
complexroots
5051

5152

5253
import DomainSets: Domain, indomain, UnionDomain, ProductDomain, FullSpace, Point, elements, DifferenceDomain,

0 commit comments

Comments
 (0)