mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
fix comment
This commit is contained in:
parent
0cadad987c
commit
d7c779851c
@ -124,7 +124,7 @@ public:
|
|||||||
*/
|
*/
|
||||||
SMESH_Mesh* GetMesh() const { return myMesh; }
|
SMESH_Mesh* GetMesh() const { return myMesh; }
|
||||||
/*!
|
/*!
|
||||||
* \brief Return true if there vertices without nodes
|
* \brief Return true if there are vertices without nodes
|
||||||
*/
|
*/
|
||||||
bool MissVertexNode() const { return myMissingVertexNodes; }
|
bool MissVertexNode() const { return myMissingVertexNodes; }
|
||||||
/*!
|
/*!
|
||||||
|
Loading…
Reference in New Issue
Block a user