Skip to content

Commit

Permalink
fix: Aut(G)-isomorphism
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Aug 28, 2024
1 parent c8604b9 commit 08ce8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AlgAssAbsOrd/PIP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function _isisomorphic_generic_right(X, Y; strategy = :default)
@assert alpha * X == Y
end
elseif strategy == :s1
fl = __isprincipal_s1(Gamma, CIint, :right)::Bool
fl = _is_principal(CIint, Gamma; side = :right)::Bool
alpha = zero(algebra(order(X)))
else
error("strategy :$strategy not valid")
Expand Down

0 comments on commit 08ce8b5

Please sign in to comment.