From: eap Date: Fri, 26 Mar 2010 13:59:27 +0000 (+0000) Subject: Provide correct error description in case of intersecting triangles X-Git-Tag: V5_1_4a1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=290c3c54609985d5a91b9dbab8698ffcfc38740a;p=plugins%2Fnetgenplugin.git Provide correct error description in case of intersecting triangles --- diff --git a/src/NETGENPlugin/NETGENPlugin_Mesher.cxx b/src/NETGENPlugin/NETGENPlugin_Mesher.cxx index eb9efee..63c4741 100644 --- a/src/NETGENPlugin/NETGENPlugin_Mesher.cxx +++ b/src/NETGENPlugin/NETGENPlugin_Mesher.cxx @@ -1924,7 +1924,7 @@ NETGENPlugin_Mesher::readErrors(const vector& nodeVec) err->myBadElements.push_back( new SMDS_FaceOfNodes( nodeVec[ three2[0]], nodeVec[ three2[1]], nodeVec[ three2[2]])); - //err->myComment = "intersecting elements"; + err->myComment = "Intersecting triangles"; } else {