From 923d892da061509b3d9b9b1669a59dd9931cf2d8 Mon Sep 17 00:00:00 2001 From: kalmarek Date: Mon, 1 Jan 2018 23:45:49 +0100 Subject: [PATCH] fix indentation, again --- src/CheckSolution.jl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/CheckSolution.jl b/src/CheckSolution.jl index 768397c..7f74600 100644 --- a/src/CheckSolution.jl +++ b/src/CheckSolution.jl @@ -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)