From d307a2bf0cf0b8d9ae3bb29b84966e7fa7a487ae Mon Sep 17 00:00:00 2001 From: Thomas Witkowski <thomas.witkowski@gmx.de> Date: Fri, 4 Jun 2010 10:09:47 +0000 Subject: [PATCH] Reset vtu filewrite precision to 5. --- AMDiS/src/VtkWriter.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMDiS/src/VtkWriter.hh b/AMDiS/src/VtkWriter.hh index 8a711b05..721252ea 100644 --- a/AMDiS/src/VtkWriter.hh +++ b/AMDiS/src/VtkWriter.hh @@ -127,7 +127,7 @@ namespace AMDiS { DOFVector< std::list<WorldVector<double> > >::Iterator coordIt(dofCoords, USED_DOFS); file << std::scientific; - file.precision(15); + file.precision(5); // Write the values for all vertex DOFs. for (intPointIt.reset(), valueIt.reset(), coordIt.reset(); -- GitLab