Skip to content

Commit 7a4a17a

Browse files
authored
compare_op for StaticInt (#320)
1 parent 2948216 commit 7a4a17a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunOrthogonalPolynomials"
22
uuid = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
3-
version = "0.6.50"
3+
version = "0.6.51"
44

55
[deps]
66
ApproxFunBase = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"

ext/ApproxFunOrthogonalPolynomialsStaticExt.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,6 @@ AFOP.conversion_rule(a::Ultraspherical{<:Union{Integer, StaticInt}},
9999
b::Ultraspherical{<:Union{Integer, StaticInt}}) =
100100
AFOP._conversion_rule(a, b)
101101

102+
AFOP.compare_op(::StaticInt, args...) = ==
102103

103104
end

0 commit comments

Comments
 (0)