Fix output precision

This commit is contained in:
Mael Rouxel-Labbé 2020-01-28 09:17:21 +01:00
parent 39ca37bd4e
commit adb8410266
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ bool write_GOCAD(std::ostream& os,
"END_ORIGINAL_COORDINATE_SYSTEM\n"
"TFACE\n";
os.precision(16);
os.precision(17);
boost::container::flat_map<vertex_descriptor, vertices_size_type> reindex;