syntax error fix
This commit is contained in:
parent
753d71965e
commit
4e8bd83d4b
|
@ -97,7 +97,7 @@ for name in filenames:
|
||||||
VTKarray = {}
|
VTKarray = {}
|
||||||
active = defaultdict(list)
|
active = defaultdict(list)
|
||||||
|
|
||||||
for datatype,dimension,label in [['data',99,options.vector],
|
for datatype,dimension,label in [['data',99,options.data],
|
||||||
['tensor',9,options.tensor],
|
['tensor',9,options.tensor],
|
||||||
['color' ,3,options.color],
|
['color' ,3,options.color],
|
||||||
]:
|
]:
|
||||||
|
|
Loading…
Reference in New Issue