From 71803bed9f1058df4a6f0bbfb6aa5e1548bd1ce6 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 1 Feb 2011 13:46:31 +0000 Subject: [PATCH] comment unnecessary call - SMESH::UpdateNulData(myIObject, true); + //SMESH::UpdateNulData(myIObject, true); --- src/SMESHGUI/SMESHGUI_ComputeDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2