Skip to content

Commit c9138d4

Browse files
committed
Merge pull request #17 from dlfivefifty/master
Update for ApproxFun v0.0.5
2 parents 2fd68c5 + caec3f9 commit c9138d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InvariantEnsembles.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export InvariantEnsemble
3333
function orthonormalpolynomials(μ0,α::Vector::Vector,d)
3434
n=length(α)+1
3535

36-
p=Array(Fun{ChebyshevSpace,Float64},n)
36+
p=Array(Fun{Chebyshev,Float64},n)
3737
p[1] = Fun([μ0],d)
3838
p[2] = multiplybyx(p[1])./β[1] - p[1].*α[1]./β[1]
3939
for k = 3:n

0 commit comments

Comments
 (0)