You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, I ran into another problem when I was testing other models. When I was testing my own model, I encountered the following problems:
error: lscm: /usr/local/include/OpenMesh/Core/Mesh/ArrayKernel.hh:178: const OpenMesh::ArrayItems::Face& OpenMesh::ArrayKernel::face(OpenMesh::ArrayKernel::FaceHandle) const: Assertion `is_valid_handle(_fh)' failed.
In order to eliminate the problem of my mesh, I used other simpler mesh for testing.It is found that some mesh will encounter the same error.
The error occurred on line 202 of the charbuilder.cpp file and occurred in this statement“_mesh->fe_begin(faceOpp)”.
The text was updated successfully, but these errors were encountered:
Sorry, I ran into another problem when I was testing other models. When I was testing my own model, I encountered the following problems:
error: lscm: /usr/local/include/OpenMesh/Core/Mesh/ArrayKernel.hh:178: const OpenMesh::ArrayItems::Face& OpenMesh::ArrayKernel::face(OpenMesh::ArrayKernel::FaceHandle) const: Assertion `is_valid_handle(_fh)' failed.
In order to eliminate the problem of my mesh, I used other simpler mesh for testing.It is found that some mesh will encounter the same error.
The error occurred on line 202 of the charbuilder.cpp file and occurred in this statement“_mesh->fe_begin(faceOpp)”.
The text was updated successfully, but these errors were encountered: