From: eap Date: Tue, 1 Feb 2011 13:46:31 +0000 (+0000) Subject: comment unnecessary call X-Git-Tag: StartingPortingMED3~85 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=71803bed9f1058df4a6f0bbfb6aa5e1548bd1ce6 comment unnecessary call - SMESH::UpdateNulData(myIObject, true); + //SMESH::UpdateNulData(myIObject, true); --- diff --git a/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx b/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx index dc6cf1b0e..8ceb87a5b 100644 --- a/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx @@ -710,7 +710,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); + //SMESH::UpdateNulData(myIObject, true); if (gen->Compute(myMesh, myMainShape)) computeFailed = false; }