dead code (copy and paste error)
This commit is contained in:
parent
c7cbd961a1
commit
44015082a3
|
@ -267,10 +267,7 @@ class VTK:
|
|||
writer.SetInputData(self.geom)
|
||||
writer.Write()
|
||||
return writer.GetOutputString()
|
||||
celldata = g.GetCellData()
|
||||
for a in range(celldata.GetNumberOfArrays()):
|
||||
if celldata.GetArrayName(a) == 'materialpoint':
|
||||
materialpoint = vtk_to_np(celldata.GetArray(a))
|
||||
|
||||
|
||||
def show(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue