syntax error fix

This commit is contained in:
chen 2016-10-07 15:32:10 -04:00
parent 753d71965e
commit 4e8bd83d4b
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ for name in filenames:
VTKarray = {}
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],
['color' ,3,options.color],
]: