mirror of
https://github.com/kalmarek/GroupRings.jl.git
synced 2024-11-13 05:00:27 +01:00
fix copy-paste mistake
This commit is contained in:
parent
fc3cbeb14c
commit
a66d7755ae
@ -346,7 +346,7 @@ function mul!{T<:Number}(result::GroupRingElem{T}, X::GroupRingElem, Y::GroupRin
|
||||
result = deepcopy(result)
|
||||
end
|
||||
|
||||
TT = typeof(first(a.coeffs)*first(b.coeffs))
|
||||
TT = typeof(first(X.coeffs)*first(Y.coeffs))
|
||||
|
||||
if TT != T
|
||||
warn("Type of the result $T does not contain type of the product ($TT), promoting.")
|
||||
|
Loading…
Reference in New Issue
Block a user