fix typo in glvisualize

This commit is contained in:
Daniel Schwabeneder 2018-03-19 21:51:02 +01:00
parent 9a5f42c251
commit 1c0a731ff6

View File

@ -290,7 +290,7 @@ function extract_points(d)
array = if d[:seriestype] == :straightline array = if d[:seriestype] == :straightline
straightline_data(d) straightline_data(d)
elseif d[:seriestype] == :shape elseif d[:seriestype] == :shape
shape_data(series) shape_data(d)
else else
(d[:x], d[:y], d[:z])[1:dim] (d[:x], d[:y], d[:z])[1:dim]
end end