mirror of
https://github.com/kalmarek/GroupRings.jl.git
synced 2025-01-01 03:40:29 +01:00
compare GroupRing's pms only if basis is not available
This commit is contained in:
parent
4707cdf40a
commit
bd300d83a5
@ -253,8 +253,8 @@ function (==)(A::GroupRing, B::GroupRing)
|
|||||||
A.basis == B.basis || return false
|
A.basis == B.basis || return false
|
||||||
else
|
else
|
||||||
warn("Bases of GroupRings are not defined, comparing products mats.")
|
warn("Bases of GroupRings are not defined, comparing products mats.")
|
||||||
|
A.pm == B.pm || return false
|
||||||
end
|
end
|
||||||
A.pm == B.pm || return false
|
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user