Salome HOME
Modification of hypothesis parameters modifies the mesh
authoreap <eap@opencascade.com>
Thu, 10 Feb 2011 09:08:32 +0000 (09:08 +0000)
committereap <eap@opencascade.com>
Thu, 10 Feb 2011 09:08:32 +0000 (09:08 +0000)
+  GetMeshDS()->Modified();

src/SMESH/SMESH_Mesh.cxx

index 5f108cc3bbcd95980cded0c8e5e4b07c7aacde16..2f3644e58682f3ef44e2f33bedeb6fd37418baeb 100644 (file)
@@ -998,6 +998,7 @@ void SMESH_Mesh::NotifySubMeshesHypothesisModification(const SMESH_Hypothesis* h
     }
   }
   HasModificationsToDiscard(); // to reset _isModified flag if mesh becomes empty
+  GetMeshDS()->Modified();
 }
 
 //=============================================================================