mirror of https://github.com/CGAL/cgal
Remove unmatched }
This commit is contained in:
parent
8682f9bafb
commit
145511bfe0
|
|
@ -111,7 +111,6 @@ int main()
|
||||||
const std::string& output_file = "data/building_result-0.5.off";
|
const std::string& output_file = "data/building_result-0.5.off";
|
||||||
if (CGAL::write_OFF(output_file, model))
|
if (CGAL::write_OFF(output_file, model))
|
||||||
std::cout << " Done. Saved to " << output_file << ". Time: " << t.time() << " sec." << std::endl;
|
std::cout << " Done. Saved to " << output_file << ". Time: " << t.time() << " sec." << std::endl;
|
||||||
}
|
|
||||||
else {
|
else {
|
||||||
std::cerr << " Failed saving file." << std::endl;
|
std::cerr << " Failed saving file." << std::endl;
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,6 @@ int main()
|
||||||
const std::string& output_file("data/ball_result.off");
|
const std::string& output_file("data/ball_result.off");
|
||||||
if (CGAL::write_OFF(output_file, model))
|
if (CGAL::write_OFF(output_file, model))
|
||||||
std::cout << " Done. Saved to " << output_file << ". Time: " << t.time() << " sec." << std::endl;
|
std::cout << " Done. Saved to " << output_file << ". Time: " << t.time() << " sec." << std::endl;
|
||||||
}
|
|
||||||
else {
|
else {
|
||||||
std::cerr << " Failed saving file." << std::endl;
|
std::cerr << " Failed saving file." << std::endl;
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue