fix indentation

This commit is contained in:
Laurent Rineau 2023-12-13 15:44:51 +01:00
parent 2a74954de9
commit c41a55f99b
1 changed files with 4 additions and 4 deletions

View File

@ -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);