Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Feb 13, 2025
1 parent af1d9f5 commit 1b00fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Triangulation_3/test/Triangulation_3/cdt_3_from_off.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ int main(int argc, char* argv[]) {

auto read_options = CGAL::parameters::repair_polygon_soup(options.repair_mesh).verbose(options.verbose_level);
auto result = CGAL::read_polygon_mesh_for_cdt_3<Mesh>(options.input_filename, read_options);

if (!result.polygon_mesh)
{
std::cerr << "Not a valid input file." << std::endl;
Expand Down

0 comments on commit 1b00fff

Please sign in to comment.