mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Fix return value of ProjectPointGI
This commit is contained in:
parent
679942033e
commit
1e6ab35f4d
@ -251,7 +251,7 @@ namespace netgen
|
||||
{
|
||||
if(surfind > 0 && surfind <= faces.Size())
|
||||
return faces[surfind-1]->ProjectPointGI(p, gi);
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
virtual Vec<3> GetNormal(int surfind, const Point<3> & p, const PointGeomInfo* gi = nullptr) const
|
||||
|
Loading…
Reference in New Issue
Block a user