This commit is contained in:
eap 2009-09-10 06:50:30 +00:00
parent c15f8d1936
commit 8772f598d6

View File

@ -455,8 +455,7 @@ CORBA::Long SMESH_MeshEditor_i::AddFace(const SMESH::long_array & IDsOfNodes)
* AddPolygonalFace * AddPolygonalFace
*/ */
//============================================================================= //=============================================================================
CORBA::Long SMESH_MeshEditor_i::AddPolygonalFace CORBA::Long SMESH_MeshEditor_i::AddPolygonalFace (const SMESH::long_array & IDsOfNodes)
(const SMESH::long_array & IDsOfNodes)
{ {
initData(); initData();
@ -533,8 +532,7 @@ CORBA::Long SMESH_MeshEditor_i::AddVolume(const SMESH::long_array & IDsOfNodes)
* AddPolyhedralVolume * AddPolyhedralVolume
*/ */
//============================================================================= //=============================================================================
CORBA::Long SMESH_MeshEditor_i::AddPolyhedralVolume CORBA::Long SMESH_MeshEditor_i::AddPolyhedralVolume (const SMESH::long_array & IDsOfNodes,
(const SMESH::long_array & IDsOfNodes,
const SMESH::long_array & Quantities) const SMESH::long_array & Quantities)
{ {
initData(); initData();
@ -569,8 +567,7 @@ CORBA::Long SMESH_MeshEditor_i::AddPolyhedralVolume
* AddPolyhedralVolumeByFaces * AddPolyhedralVolumeByFaces
*/ */
//============================================================================= //=============================================================================
CORBA::Long SMESH_MeshEditor_i::AddPolyhedralVolumeByFaces CORBA::Long SMESH_MeshEditor_i::AddPolyhedralVolumeByFaces (const SMESH::long_array & IdsOfFaces)
(const SMESH::long_array & IdsOfFaces)
{ {
initData(); initData();