corrected leftover mistake (items --> table.data)

This commit is contained in:
Philip Eisenlohr 2011-12-15 10:53:20 +00:00
parent fb7adf7b89
commit 1194deff54
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ for file in files:
for datatype,labels in active.items(): # loop over vector,tensor
for label in labels: # loop over all requested norms
table.data_append(Mises(datatype,
numpy.array(map(float,items[column[datatype][label]:
column[datatype][label]+datainfo[datatype]['len']]),'d').reshape(3,3)))
numpy.array(map(float,table.data[column[datatype][label]:
column[datatype][label]+datainfo[datatype]['len']]),'d').reshape(3,3)))
table.data_write() # output processed line