Update Surface_mesh_simplification/test/Surface_mesh_simplification/test_edge_collapse_Polyhedron_3.cpp

This commit is contained in:
Laurent Rineau 2023-01-12 19:02:02 +01:00 committed by GitHub
parent d939d7cf22
commit 892f53e6be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ int main(int argc, char** argv)
}
cout << endl
<< lOK << " cases suceceded." << endl
<< lOK << " cases succeeded." << endl
<< (lCases.size() - lOK) << " cases failed." << endl;
return lOK == lCases.size() ? 0 : 1;