Skip to content

Commit e018f60

Browse files
authored
Remove (#253)
1 parent 6a241e9 commit e018f60

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ClassicalOrthogonalPolynomials"
22
uuid = "b30e2e7b-c4ee-47da-9d5f-2c5c27239acd"
3-
version = "0.15.10"
3+
version = "0.15.11"
44
authors = ["Sheehan Olver <[email protected]>"]
55

66
[deps]

src/ratios.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ mutable struct OrthogonalPolynomialRatio{T, PP<:AbstractQuasiMatrix{T}} <: Abstr
1111
datasize::Tuple{Int}
1212

1313
function OrthogonalPolynomialRatio{T, PP}(P::PP, x::T) where {T,PP<:AbstractQuasiMatrix{T}}
14-
μ = inv(sqrt(sum(orthogonalityweight(P))))
1514
new{T, PP}(P, x, [Base.unsafe_getindex(P,x,1)/Base.unsafe_getindex(P,x,2)], (1,))
1615
end
1716
end

0 commit comments

Comments
 (0)