This commit is contained in:
Daniel Schwabeneder 2019-04-12 12:44:34 +02:00
parent a37a1a0004
commit 8a81b398cf

View File

@ -76,7 +76,7 @@ const POTENTIAL_VECTOR_ARGUMENTS = [
end end
end end
# a tuple as fillrange has to be handed differently # a tuple as fillrange has to be handled differently
if typeof(plotattributes[:fillrange]) <: Tuple if typeof(plotattributes[:fillrange]) <: Tuple
lower, upper = plotattributes[:fillrange] lower, upper = plotattributes[:fillrange]
if typeof(lower) <: AVec if typeof(lower) <: AVec