remove unused functions

This commit is contained in:
kalmar 2017-03-26 16:09:09 +02:00
parent e3cd93a5b2
commit c75f82c892
1 changed files with 0 additions and 15 deletions

15
SL.jl
View File

@ -149,21 +149,6 @@ function main()
name = "SL$(N)_$p"
end
name = name*"-$(string(upper_bound))"
# (errorRead, errorWrite) = redirect_stderr()
# atexit(function ()
# close(errorWrite)
#
# errors = readavailable(errorRead)
#
# close(errorRead)
# if size(errors) > 0
# open("$(name)/errors.log", "a") do io
# write(io, errors)
# end
# end
# end)
S() = SL_generatingset(N, p)
if parsed_args["cpus"] nothing