X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHDS%2FSMESHDS_Mesh.hxx;fp=src%2FSMESHDS%2FSMESHDS_Mesh.hxx;h=0a15cd448a377efa2c4989b44f72a093e5c23307;hp=5ca8a2df4c6c13a858437efcf1730cef85524078;hb=e67f8c2cabe52f01cc64b646330f3827ab06bb13;hpb=d66fe4a5001bedf93141cbac20a9b8c32f8af3bd diff --git a/src/SMESHDS/SMESHDS_Mesh.hxx b/src/SMESHDS/SMESHDS_Mesh.hxx index 5ca8a2df4..0a15cd448 100644 --- a/src/SMESHDS/SMESHDS_Mesh.hxx +++ b/src/SMESHDS/SMESHDS_Mesh.hxx @@ -597,9 +597,9 @@ class SMESHDS_EXPORT SMESHDS_Mesh : public SMDS_Mesh const int nbnodes); bool ChangePolygonNodes(const SMDS_MeshElement * elem, std::vector nodes); - bool ChangePolyhedronNodes(const SMDS_MeshElement * elem, - std::vector nodes, - std::vector quantities); + bool ChangePolyhedronNodes(const SMDS_MeshElement * elem, + const std::vector& nodes, + const std::vector& quantities); bool ModifyCellNodes(int smdsVolId, std::map localClonedNodeIds); void Renumber (const bool isNodes, const int startID=1, const int deltaID=1);