Salome HOME
Fix regression of SALOME_TESTS/Grids/smesh/3D_mesh_Extrusion_01/B2
authoreap <eap@opencascade.com>
Thu, 1 Sep 2016 17:47:02 +0000 (20:47 +0300)
committereap <eap@opencascade.com>
Thu, 1 Sep 2016 17:47:02 +0000 (20:47 +0300)
commit8a1ff9ba77b7b72b64b08134f941b56aac80ff55
treedb5ffda4484ad4f86539d90a7e78adc8cb482a84
parente0cbb6f531144291ba38970fd2c3ee4a43b2bd6a
Fix regression of SALOME_TESTS/Grids/smesh/3D_mesh_Extrusion_01/B2
   (StdMeshers_Prism_3D.cxx)

+ small optimization of SMDS_UnstructuredGrid::compactGrid()
   (SMDS_UnstructuredGrid.cxx, SMESH_Object.cxx)
   - de-allocate old data as soon as possible, not at the and of compacting

+ some minor changes
src/OBJECT/SMESH_Object.cxx
src/SMDS/SMDS_UnstructuredGrid.cxx
src/SMESH/SMESH_MeshEditor.cxx
src/SMESHDS/SMESHDS_Mesh.cxx
src/SMESHGUI/SMESHGUI.cxx
src/StdMeshers/StdMeshers_Prism_3D.cxx