vtkwrite
vtkwrite copied to clipboard
Writing a structured_grid in ASCII crashes Paraview 5.2.0 64bit
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