fix for 9697bdc (name was not set to variable)

This commit is contained in:
kalmar 2017-04-01 12:14:25 +02:00
parent 508a2eaa93
commit 2c621947ef
1 changed files with 1 additions and 1 deletions

2
SL.jl
View File

@ -153,7 +153,7 @@ function main()
end
radius = parsed_args["radius"]
if radius == 0
name*"-$(string(upper_bound))"
name = name*"-$(string(upper_bound))"
radius = 2
else
name = name*"-$(string(upper_bound))-r=$radius"