deleted obsolete table.data_rewind to be pipe-safe

This commit is contained in:
Philip Eisenlohr 2014-02-28 15:55:48 +00:00
parent a0d75ee05e
commit fdbde250dc
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ for file in files:
#--- read microstructure information --------------------------------------------------------------
structure = vtk.vtkIntArray()
structure.SetName('Microstructures')
theTable.data_rewind()
while theTable.data_read():
items = theTable.data
if len(items) > 2: