Skip to content

Commit

Permalink
Fix ComplexPolyRing definition (#1538)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Sep 18, 2023
1 parent 26abdc4 commit 9de7949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arb/ArbTypes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ base_ring(a::ArbPolyRing) = a.base_ring
#
################################################################################

mutable struct ComplexPolyRing <: PolyRing{acb}
mutable struct ComplexPolyRing <: PolyRing{ComplexFieldElem}
S::Symbol

function ComplexPolyRing(R::ComplexField, S::Symbol, cached::Bool = true)
Expand Down

0 comments on commit 9de7949

Please sign in to comment.