Skip to content

Write more digits in VTKDataSetWriter.cxx.

Nick Thompson requested to merge (removed):more_digits into master

I have encountered a dataset "in the wild" where every single datum is mapped to the string "0.000000" in the .vtk file generated by the VTKDataSetWriter.

As noted in the comments, this is really a problem with Paraview not being able to parse scientific notation; without that fix, all we can do here is klunky hacks. But at least this klunky hack solves a real problem.

Merge request reports