add missing {

This commit is contained in:
Maxime Gimeno 2020-12-01 13:28:51 +01:00
parent c4867780cc
commit d6c8193f95
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ int main()
}
else {
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;
}
else {