Provide correct error description in case of intersecting triangles
This commit is contained in:
parent
d7b7afc447
commit
290c3c5460
@ -1924,7 +1924,7 @@ NETGENPlugin_Mesher::readErrors(const vector<const SMDS_MeshNode* >& nodeVec)
|
|||||||
err->myBadElements.push_back( new SMDS_FaceOfNodes( nodeVec[ three2[0]],
|
err->myBadElements.push_back( new SMDS_FaceOfNodes( nodeVec[ three2[0]],
|
||||||
nodeVec[ three2[1]],
|
nodeVec[ three2[1]],
|
||||||
nodeVec[ three2[2]]));
|
nodeVec[ three2[2]]));
|
||||||
//err->myComment = "intersecting elements";
|
err->myComment = "Intersecting triangles";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user