fix comment

This commit is contained in:
eap 2010-02-01 13:28:11 +00:00
parent 0cadad987c
commit d7c779851c

View File

@ -124,7 +124,7 @@ public:
*/
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; }
/*!