Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Oct 2, 2024
1 parent 80938e5 commit b2fc98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InvariantTheory/iterators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ end

Base.eltype(
::Type{<:FinGroupInvarRingBasisIterator{FinGroupInvarRingT}}
) where {FinGroupInvarRingT} = dense_poly_type(FinGroupInvarRingT)
) where {FinGroupInvarRingT} = Generic.Poly{elem_type(FinGroupInvarRingT)} # dense_poly_type(FinGroupInvarRingT)

Base.length(BI::FinGroupInvarRingBasisIterator) = BI.dim

Expand Down

0 comments on commit b2fc98c

Please sign in to comment.