mirror of https://github.com/CGAL/cgal
Fix output precision
This commit is contained in:
parent
39ca37bd4e
commit
adb8410266
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue