Skip to content

Commit caec3f9

Browse files
committed
update to new names
1 parent 0bfc248 commit caec3f9

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)