Salome HOME
comment unnecessary call
authoreap <eap@opencascade.com>
Tue, 1 Feb 2011 13:46:31 +0000 (13:46 +0000)
committereap <eap@opencascade.com>
Tue, 1 Feb 2011 13:46:31 +0000 (13:46 +0000)
-      SMESH::UpdateNulData(myIObject, true);
+      //SMESH::UpdateNulData(myIObject, true);

src/SMESHGUI/SMESHGUI_ComputeDlg.cxx

index dc6cf1b0ee1011139bf1f472a8349717c0205fa5..8ceb87a5b538526e65c4ace37e29b3affef017ac 100644 (file)
@@ -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
 #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;
     }
       if (gen->Compute(myMesh, myMainShape))
         computeFailed = false;
     }