Remove unmatched }

This commit is contained in:
Mael Rouxel-Labbé 2020-09-22 11:35:13 +02:00
parent 8682f9bafb
commit 145511bfe0
2 changed files with 0 additions and 2 deletions

View File

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

View File

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