Salome HOME
Provide correct error description in case of intersecting triangles
authoreap <eap@opencascade.com>
Fri, 26 Mar 2010 13:59:27 +0000 (13:59 +0000)
committereap <eap@opencascade.com>
Fri, 26 Mar 2010 13:59:27 +0000 (13:59 +0000)
src/NETGENPlugin/NETGENPlugin_Mesher.cxx

index eb9efee83c2c8679e9ac1e761ee98ab02d35eab7..63c4741a83ad5b0694313dd34d957c105c4ca983 100644 (file)
@@ -1924,7 +1924,7 @@ NETGENPlugin_Mesher::readErrors(const vector<const SMDS_MeshNode* >& 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
       {