Modification of hypothesis parameters modifies the mesh

+  GetMeshDS()->Modified();
This commit is contained in:
eap 2011-02-10 09:08:32 +00:00
parent e5ac48bcf7
commit b712c057d5

View File

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