missing return value

This commit is contained in:
Joachim Schoeberl 2009-09-11 18:08:20 +00:00
parent 078e664824
commit e05ccc3984

View File

@ -159,6 +159,7 @@ namespace netgen
{
Ng_Point ret;
ret.pt = &mesh->Point(nr + PointIndex::BASE)(0);
return ret;
}