Salome HOME
PR: debug SMDS memimp
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_ComputeDlg.cxx
index 60042708182ece6acfc5f87afcd7a7fd97604fb7..9ca09b1a3ed5f218a18b5b73f922796366d20045 100644 (file)
@@ -693,6 +693,7 @@ void SMESHGUI_BaseComputeOp::computeMesh()
 #if (OCC_VERSION_MAJOR << 16 | OCC_VERSION_MINOR << 8 | OCC_VERSION_MAINTENANCE) > 0x060100
       OCC_CATCH_SIGNALS;
 #endif
+      SMESH::UpdateNulData(myIObject, true);
       if (gen->Compute(myMesh, myMainShape))
         computeFailed = false;
     }