mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 01:58:35 +05:00
comment unnecessary call
- SMESH::UpdateNulData(myIObject, true); + //SMESH::UpdateNulData(myIObject, true);
This commit is contained in:
parent
6b012bc7d8
commit
71803bed9f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user