1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-08-08 07:53:52 +02:00

fix indentation, again

This commit is contained in:
kalmarek 2018-01-01 23:45:49 +01:00
parent 47f6d3637e
commit 923d892da0

View File

@ -33,12 +33,11 @@ function compute_SOS(Q::AbstractArray, pm::Array{Int,2}, l::Int)
@everywhere groupring_square = PropertyT.groupring_square
result = @parallel (+) for i in 1:size(Q,2)
groupring_square(Q[:,i], l, pm)
end
groupring_square(Q[:,i], l, pm)
end
println("")
return result
return result
end
function compute_SOS(Q::AbstractArray, RG::GroupRing, l::Int)