Skip to content

Commit

Permalink
Adjust type
Browse files Browse the repository at this point in the history
  • Loading branch information
joschmitt committed Sep 19, 2024
1 parent dab9017 commit e6ee24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rings/orderings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1770,7 +1770,7 @@ mutable struct ModuleOrdering{S}
M::S
o::AbsModOrdering # must allow gen*mon or mon*gen product ordering

canonical_matrix::ZZMatrix
canonical_matrix::SMat{ZZRingElem, Hecke.ZZRingElem_Array_Mod.ZZRingElem_Array}

function ModuleOrdering(M::S, o::AbsModOrdering) where {S}
return new{S}(M, o)
Expand Down

0 comments on commit e6ee24e

Please sign in to comment.