mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-01 04:15:36 +05:00
CORBA::Long SMESH_MeshEditor_i::AddFace(const SMESH::long_array & IDsOfNodes)
{ - return false; + return 0;
This commit is contained in:
parent
5b2379017c
commit
df5d0e7d52
@ -385,7 +385,7 @@ CORBA::Long SMESH_MeshEditor_i::AddFace(const SMESH::long_array & IDsOfNodes)
|
||||
int NbNodes = IDsOfNodes.length();
|
||||
if (NbNodes < 3)
|
||||
{
|
||||
return false;
|
||||
return 0;
|
||||
}
|
||||
|
||||
std::vector<const SMDS_MeshNode*> nodes (NbNodes);
|
||||
|
Loading…
Reference in New Issue
Block a user