mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-23 08:15:29 +01:00
fix indentation, again
This commit is contained in:
parent
47f6d3637e
commit
923d892da0
@ -36,9 +36,8 @@ function compute_SOS(Q::AbstractArray, pm::Array{Int,2}, l::Int)
|
|||||||
groupring_square(Q[:,i], l, pm)
|
groupring_square(Q[:,i], l, pm)
|
||||||
end
|
end
|
||||||
|
|
||||||
println("")
|
|
||||||
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function compute_SOS(Q::AbstractArray, RG::GroupRing, l::Int)
|
function compute_SOS(Q::AbstractArray, RG::GroupRing, l::Int)
|
||||||
|
Loading…
Reference in New Issue
Block a user