mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-23 08:15:29 +01:00
remove @everywhere as it is exported twice (producing warnings)
This commit is contained in:
parent
380b6acf93
commit
a060b4ed8b
@ -92,7 +92,7 @@ function EOI{T<:Number}(Δ::GroupAlgebraElement{T}, κ::T)
|
|||||||
return Δ*Δ - κ*Δ
|
return Δ*Δ - κ*Δ
|
||||||
end
|
end
|
||||||
|
|
||||||
@everywhere function square(vector, elt)
|
function square_as_elt(vector, elt)
|
||||||
zzz = zeros(elt.coefficients)
|
zzz = zeros(elt.coefficients)
|
||||||
zzz[1:length(vector)] = vector
|
zzz[1:length(vector)] = vector
|
||||||
# new_base_elt = GroupAlgebraElement(zzz, elt.product_matrix)
|
# new_base_elt = GroupAlgebraElement(zzz, elt.product_matrix)
|
||||||
|
Loading…
Reference in New Issue
Block a user