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 69e6502
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} # dense_poly_type(FinGroupInvarRingT)

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

Expand Down

0 comments on commit 69e6502

Please sign in to comment.