Salome HOME
Regression of bugs/L9
authoreap <eap@opencascade.com>
Tue, 26 Oct 2010 08:33:55 +0000 (08:33 +0000)
committereap <eap@opencascade.com>
Tue, 26 Oct 2010 08:33:55 +0000 (08:33 +0000)
commitb168bef52e2bf1f729f1710afdc71fca560bb6aa
treef73baa2b2d17c577bb86474b1d564944e7425a2e
parent0e0ecdd7e5f8941c6052ed4d7f604b67fd105bd4
Regression of bugs/L9

-  theMesh.GetSubMesh(theShape)->ComputeStateEngine( SMESH_subMesh::CLEAN );
+  // CLEAN event is incorrectly ptopagated seemingly due to Propagation hyp
+  // so TEMPORARY solution is to clean the submesh manually
+  //theMesh.GetSubMesh(theShape)->ComputeStateEngine( SMESH_subMesh::CLEAN );
+  if (SMESHDS_SubMesh * subMeshDS = meshDS->MeshElements(theShape))
src/StdMeshers/StdMeshers_Regular_1D.cxx