deleted obsolete table.data_rewind to be pipe-safe
This commit is contained in:
parent
a0d75ee05e
commit
fdbde250dc
|
@ -131,7 +131,7 @@ for file in files:
|
||||||
#--- read microstructure information --------------------------------------------------------------
|
#--- read microstructure information --------------------------------------------------------------
|
||||||
structure = vtk.vtkIntArray()
|
structure = vtk.vtkIntArray()
|
||||||
structure.SetName('Microstructures')
|
structure.SetName('Microstructures')
|
||||||
theTable.data_rewind()
|
|
||||||
while theTable.data_read():
|
while theTable.data_read():
|
||||||
items = theTable.data
|
items = theTable.data
|
||||||
if len(items) > 2:
|
if len(items) > 2:
|
||||||
|
|
Loading…
Reference in New Issue