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

This commit is contained in:
kalmar 2017-04-01 12:14:25 +02:00 committed by kalmarek
parent 2feadb5c20
commit da236c32ce
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"