main returns 0
This commit is contained in:
parent
c2bd094dbf
commit
51d29143b6
1
SL.jl
1
SL.jl
@ -214,6 +214,7 @@ function main()
|
|||||||
Blas.set_num_threads(parsed_args["cpus"])
|
Blas.set_num_threads(parsed_args["cpus"])
|
||||||
end
|
end
|
||||||
@time PropertyT.check_property_T(name, ID(N,p), S, solver, upper_bound, tol)
|
@time PropertyT.check_property_T(name, ID(N,p), S, solver, upper_bound, tol)
|
||||||
|
return 0
|
||||||
end
|
end
|
||||||
|
|
||||||
main()
|
main()
|
||||||
|
Loading…
Reference in New Issue
Block a user