mirror of https://github.com/CGAL/cgal
add missing {
This commit is contained in:
parent
c4867780cc
commit
d6c8193f95
|
|
@ -126,7 +126,7 @@ int main()
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
const std::string& output_file = "data/building_result-0.7.off";
|
const std::string& output_file = "data/building_result-0.7.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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue