Skip to content
Snippets Groups Projects
Commit 2d3baba0 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

TEST: output accuracy

parent 88c3c85d
Branches
Tags
No related merge requests found
......@@ -161,6 +161,7 @@ int otbVectorImageTest(int argc, char* argv[])
image = reader->GetOutput();
std::cout << image << std::endl;
file.open(outputAsciiFilename);
file << std::setprecision(15);
file << image;
file.close();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment