From: eap Date: Thu, 10 Feb 2011 09:08:32 +0000 (+0000) Subject: Modification of hypothesis parameters modifies the mesh X-Git-Tag: StartingPortingMED3~65 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b712c057d5fbe29c80f54d080ab1ec5df2d483bd;p=modules%2Fsmesh.git Modification of hypothesis parameters modifies the mesh + GetMeshDS()->Modified(); --- diff --git a/src/SMESH/SMESH_Mesh.cxx b/src/SMESH/SMESH_Mesh.cxx index 5f108cc3b..2f3644e58 100644 --- a/src/SMESH/SMESH_Mesh.cxx +++ b/src/SMESH/SMESH_Mesh.cxx @@ -998,6 +998,7 @@ void SMESH_Mesh::NotifySubMeshesHypothesisModification(const SMESH_Hypothesis* h } } HasModificationsToDiscard(); // to reset _isModified flag if mesh becomes empty + GetMeshDS()->Modified(); } //=============================================================================