names tweaking
This commit is contained in:
parent
2859602639
commit
1f2cadc5e4
2
SL.jl
2
SL.jl
@ -116,7 +116,7 @@ function main()
|
||||
|
||||
radius = parsed_args["radius"]
|
||||
|
||||
name = "$name_$iterations-$(string(upper_bound))-r=$radius"
|
||||
name = "$(name)_$iterations-$(string(upper_bound))-r=$radius"
|
||||
|
||||
logger = PropertyT.setup_logging(name)
|
||||
|
||||
|
@ -116,9 +116,9 @@ function main()
|
||||
p = parsed_args["p"]
|
||||
|
||||
if p == 0
|
||||
dirname = "SL$(N)Z"
|
||||
dirname = "oSL$(N)Z"
|
||||
else
|
||||
dirname = "SL$(N)_$p"
|
||||
dirname = "oSL$(N)_$p"
|
||||
end
|
||||
|
||||
radius = parsed_args["radius"]
|
||||
|
Loading…
Reference in New Issue
Block a user