remove unused functions
This commit is contained in:
parent
e3cd93a5b2
commit
c75f82c892
15
SL.jl
15
SL.jl
@ -149,21 +149,6 @@ function main()
|
|||||||
name = "SL$(N)_$p"
|
name = "SL$(N)_$p"
|
||||||
end
|
end
|
||||||
name = name*"-$(string(upper_bound))"
|
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)
|
S() = SL_generatingset(N, p)
|
||||||
|
|
||||||
if parsed_args["cpus"] ≠ nothing
|
if parsed_args["cpus"] ≠ nothing
|
||||||
|
Loading…
Reference in New Issue
Block a user