Skip to content

Raise legacy ASCII writer precision to match that of XML writer.

T.J. Corona requested to merge tjcorona/vtk:legacy-ascii-writer-precision into master

This fix is in reference to Issue #15889. Originally, the precision for doubles for the legacy writer in ASCII mode was set by %lg, while the precision for the XML writer in ASCII mode was 11. This commit raises the legacy writer precision to match that of the XML writer.

Merge request reports