From 145511bfe0686c79c813ee0a79ee4bba9d61788c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Tue, 22 Sep 2020 11:35:13 +0200 Subject: [PATCH] Remove unmatched } --- .../polyfit_example_model_complexty_control.cpp | 1 - .../polyfit_example_user_provided_planes.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/Polygonal_surface_reconstruction/examples/Polygonal_surface_reconstruction/polyfit_example_model_complexty_control.cpp b/Polygonal_surface_reconstruction/examples/Polygonal_surface_reconstruction/polyfit_example_model_complexty_control.cpp index d02499058dc..884a8ce3690 100644 --- a/Polygonal_surface_reconstruction/examples/Polygonal_surface_reconstruction/polyfit_example_model_complexty_control.cpp +++ b/Polygonal_surface_reconstruction/examples/Polygonal_surface_reconstruction/polyfit_example_model_complexty_control.cpp @@ -111,7 +111,6 @@ int main() const std::string& output_file = "data/building_result-0.5.off"; if (CGAL::write_OFF(output_file, model)) std::cout << " Done. Saved to " << output_file << ". Time: " << t.time() << " sec." << std::endl; - } else { std::cerr << " Failed saving file." << std::endl; return EXIT_FAILURE; diff --git a/Polygonal_surface_reconstruction/examples/Polygonal_surface_reconstruction/polyfit_example_user_provided_planes.cpp b/Polygonal_surface_reconstruction/examples/Polygonal_surface_reconstruction/polyfit_example_user_provided_planes.cpp index 770a6489d8c..dbe23f024fb 100644 --- a/Polygonal_surface_reconstruction/examples/Polygonal_surface_reconstruction/polyfit_example_user_provided_planes.cpp +++ b/Polygonal_surface_reconstruction/examples/Polygonal_surface_reconstruction/polyfit_example_user_provided_planes.cpp @@ -92,7 +92,6 @@ int main() const std::string& output_file("data/ball_result.off"); if (CGAL::write_OFF(output_file, model)) std::cout << " Done. Saved to " << output_file << ". Time: " << t.time() << " sec." << std::endl; - } else { std::cerr << " Failed saving file." << std::endl; return EXIT_FAILURE;