Some forgotten return statments

This commit is contained in:
jrt 2003-09-05 12:19:11 +00:00
parent ef932e4d05
commit 888669652e

View File

@ -97,7 +97,7 @@ SMDS_Iterator<const SMDS_MeshElement*> * SMDS_MeshNode::
bool more()
{
myIterator!=mySet.end();
return myIterator!=mySet.end();
}
const SMDS_MeshElement* next()
@ -143,7 +143,7 @@ SMDS_Iterator<const SMDS_MeshElement *> * SMDS_MeshNode::
bool more()
{
myIterator!=mySet.end();
return myIterator!=mySet.end();
}
const SMDS_MeshElement* next()