mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
Important fix, don't roll-back!
This commit is contained in:
parent
55ab092654
commit
9216aa146e
@ -255,7 +255,7 @@ public:
|
|||||||
/*!
|
/*!
|
||||||
* \brief Return nb of wrapped edges
|
* \brief Return nb of wrapped edges
|
||||||
*/
|
*/
|
||||||
size_t NbEdges() const { return myEdge.size(); }
|
int NbEdges() const { return (int)myEdge.size(); }
|
||||||
/*!
|
/*!
|
||||||
* \brief Return i-th edge (count starts from zero)
|
* \brief Return i-th edge (count starts from zero)
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user