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);
|
simplify(mesh);
|
||||||
std::ofstream current("current_mesh.off");
|
std::ofstream current("current_mesh.off");
|
||||||
current.precision(17);
|
current.precision(17);
|
||||||
current << mesh;
|
current << mesh;
|
||||||
current.close();
|
current.close();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
go(mesh, options);
|
go(mesh, options);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue