vtk 7 is out for more than 3 years

This commit is contained in:
Martin Diehl 2019-05-27 08:34:36 +02:00
parent b5cec797c0
commit 5cf63bbbc3
2 changed files with 2 additions and 2 deletions

View File

@ -98,6 +98,6 @@ for name in filenames:
writer.Write()
if name is None: sys.stdout.write(writer.GetOutputString()[:writer.GetOutputStringLength()]) # limiting of outputString is fix for vtk <7.0
if name is None: sys.stdout.write(writer.GetOutputString())
table.close()

View File

@ -129,6 +129,6 @@ for name in filenames:
writer.Write()
if name is None: sys.stdout.write(writer.GetOutputString()[:writer.GetOutputStringLength()]) # limiting of outputString is fix for vtk <7.0
if name is None: sys.stdout.write(writer.GetOutputString())
table.close()