diff --git a/src/Groups/action.jl b/src/Groups/action.jl index 6398215f160..776c4469fc7 100644 --- a/src/Groups/action.jl +++ b/src/Groups/action.jl @@ -490,7 +490,7 @@ julia> orb = orbit(G, on_echelon_form_mats, m); length(orb) ``` """ function on_echelon_form_mats(m::MatElem{T}, x::MatrixGroupElem) where T <: FinFieldElem - return echelon_form(m * x)[2] + return echelon_form(m * x) end @doc raw"""