main returns 0

This commit is contained in:
kalmar 2017-03-17 16:02:50 +01:00
parent c2bd094dbf
commit 51d29143b6
1 changed files with 1 additions and 0 deletions

1
SL.jl
View File

@ -214,6 +214,7 @@ function main()
Blas.set_num_threads(parsed_args["cpus"])
end
@time PropertyT.check_property_T(name, ID(N,p), S, solver, upper_bound, tol)
return 0
end
main()