From 6caad9e78d85c9330eca3d7dbc082d491d1615ea Mon Sep 17 00:00:00 2001 From: srit Date: Thu, 17 Jun 2010 15:13:55 +0000 Subject: [PATCH] Precision consistant with clitkVoxImageIO.cxx --- common/clitkVfImageIO.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/common/clitkVfImageIO.cxx b/common/clitkVfImageIO.cxx index ee924d8..6d53f43 100644 --- a/common/clitkVfImageIO.cxx +++ b/common/clitkVfImageIO.cxx @@ -152,6 +152,7 @@ void clitk::VfImageIO::WriteImageInformation(bool keepOfStream) // Open the file clitk::openFileForWriting(file, m_FileName); + file.precision(40); // write magic number file << "IAMA3DVECTORFIELD V2 " << std::endl; // write grid size/spacing -- 2.45.1