mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 02:00:34 +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