vtkwrite icon indicating copy to clipboard operation
vtkwrite copied to clipboard

Writing a structured_grid in ASCII crashes Paraview 5.2.0 64bit

Open DrBones opened this issue 8 years ago • 0 comments

Writinga structured_grid in ascii format crashes Paraview on import for me. Binary works fine. According to the vtk file format specification the point data should be written with one scalar value per new line. Thus a changing the line 115 to spec = ['%0.', precision, 'f\n']; fixes it for me.

Thank you

DrBones avatar Feb 08 '17 16:02 DrBones