mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-24 03:40:34 +05:00
missing return value
This commit is contained in:
parent
078e664824
commit
e05ccc3984
@ -159,6 +159,7 @@ namespace netgen
|
|||||||
{
|
{
|
||||||
Ng_Point ret;
|
Ng_Point ret;
|
||||||
ret.pt = &mesh->Point(nr + PointIndex::BASE)(0);
|
ret.pt = &mesh->Point(nr + PointIndex::BASE)(0);
|
||||||
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user