mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 22:20:28 +01:00
fix Cstar_repr: explicit Float64 conversion
This commit is contained in:
parent
15140d4e39
commit
cda9538653
@ -136,7 +136,7 @@ function Cstar_repr{T}(x::GroupRingElem{T}, mreps::Dict)
|
||||
|
||||
for g in parent(x).basis
|
||||
if x[g] != zero(T)
|
||||
res .+= x[g].*mreps[g]
|
||||
res .+= Float64(x[g]).*mreps[g]
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user