mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 01:30:34 +05:00
untabify
This commit is contained in:
parent
c15f8d1936
commit
8772f598d6
@ -455,8 +455,7 @@ CORBA::Long SMESH_MeshEditor_i::AddFace(const SMESH::long_array & IDsOfNodes)
|
||||
* AddPolygonalFace
|
||||
*/
|
||||
//=============================================================================
|
||||
CORBA::Long SMESH_MeshEditor_i::AddPolygonalFace
|
||||
(const SMESH::long_array & IDsOfNodes)
|
||||
CORBA::Long SMESH_MeshEditor_i::AddPolygonalFace (const SMESH::long_array & IDsOfNodes)
|
||||
{
|
||||
initData();
|
||||
|
||||
@ -533,8 +532,7 @@ CORBA::Long SMESH_MeshEditor_i::AddVolume(const SMESH::long_array & IDsOfNodes)
|
||||
* AddPolyhedralVolume
|
||||
*/
|
||||
//=============================================================================
|
||||
CORBA::Long SMESH_MeshEditor_i::AddPolyhedralVolume
|
||||
(const SMESH::long_array & IDsOfNodes,
|
||||
CORBA::Long SMESH_MeshEditor_i::AddPolyhedralVolume (const SMESH::long_array & IDsOfNodes,
|
||||
const SMESH::long_array & Quantities)
|
||||
{
|
||||
initData();
|
||||
@ -569,8 +567,7 @@ CORBA::Long SMESH_MeshEditor_i::AddPolyhedralVolume
|
||||
* AddPolyhedralVolumeByFaces
|
||||
*/
|
||||
//=============================================================================
|
||||
CORBA::Long SMESH_MeshEditor_i::AddPolyhedralVolumeByFaces
|
||||
(const SMESH::long_array & IdsOfFaces)
|
||||
CORBA::Long SMESH_MeshEditor_i::AddPolyhedralVolumeByFaces (const SMESH::long_array & IdsOfFaces)
|
||||
{
|
||||
initData();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user