Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangliangNan committed Dec 23, 2024
1 parent d24a363 commit 3972322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Example/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ int main(int argc, char **argv)
FaceSelection selector(pset, mesh);
selector.optimize(adjacency, LinearProgramSolver::SCIP);
if (mesh->size_of_facets() == 0) {
std::cerr << "optimization failed: model has on faces" << std::endl;
std::cerr << "optimization failed: model has no face" << std::endl;
return EXIT_FAILURE;
}
// now we don't need the point cloud anymore, and it can be deleted
Expand Down

0 comments on commit 3972322

Please sign in to comment.