Skip to content

Commit d29d182

Browse files
committed
PeriodicInterval -> PeriodicSegment
1 parent b207ec0 commit d29d182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SphericalHarmonics.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ checkpoints(::Sphere) = [Vec(-0.5751280945468711,-0.33435465685352894,-0.7466154
99
Vec(-0.7647193583394475,0.5439082568028465,0.3454969047076867)]
1010
# (1-x^2)^m/2*P
1111
struct ProductSphericalHarmonics <: AbstractProductSpace{Tuple{WeightedJacobi{Segment{Float64},Float64},
12-
Laurent{PeriodicInterval{Float64},ComplexF64}},
12+
Laurent{PeriodicSegment{Float64},ComplexF64}},
1313
Sphere,ComplexF64} end
1414

1515

@@ -21,7 +21,7 @@ struct DoubleWrappedSphere <: Space{Sphere,Float64} end
2121
domain(::ProductSphericalHarmonics) = Sphere()
2222
domain(::DoubleWrappedSphere) = Sphere()
2323

24-
canonicaldomain(sp::ProductSphericalHarmonics) = Segment(-1,1) * PeriodicInterval()
24+
canonicaldomain(sp::ProductSphericalHarmonics) = Segment(-1,1) * PeriodicSegment()
2525

2626

2727
# we want to represent as τ and φ where τ = cos(θ), to use OPs

0 commit comments

Comments
 (0)