mirror of https://github.com/CGAL/cgal
fix indentation
This commit is contained in:
parent
2a74954de9
commit
c41a55f99b
|
|
@ -217,10 +217,10 @@ int main(int argc, char* argv[])
|
|||
};
|
||||
|
||||
simplify(mesh);
|
||||
std::ofstream current("current_mesh.off");
|
||||
current.precision(17);
|
||||
current << mesh;
|
||||
current.close();
|
||||
std::ofstream current("current_mesh.off");
|
||||
current.precision(17);
|
||||
current << mesh;
|
||||
current.close();
|
||||
|
||||
try {
|
||||
go(mesh, options);
|
||||
|
|
|
|||
Loading…
Reference in New Issue