Salome HOME
IPAL54417: Hexahedron(ijk) crashes salome
[modules/smesh.git] / src / SMDS / SMDS_Mesh.cxx
index d720fb6311d73edbead6bea1abe31b4e216df7b7..25742c55bd3f31e4f94527665bccabecbfe109f0 100644 (file)
@@ -2980,6 +2980,7 @@ void SMDS_Mesh::Modified()
 {
   if (this->myModified)
   {
+    myGrid->Modified();
     this->myModifTime++;
     myModified = false;
   }