mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 14:40:35 +05:00
fix edge meshing in nglib
This commit is contained in:
parent
c39dbd443e
commit
1f793e66ea
@ -882,7 +882,7 @@ namespace nglib
|
|||||||
|
|
||||||
occgeom->FindEdges(*me, mparam);
|
occgeom->FindEdges(*me, mparam);
|
||||||
|
|
||||||
if((me->GetNP()) && (me->GetNFD()))
|
if((me->GetNP()))
|
||||||
{
|
{
|
||||||
return NG_OK;
|
return NG_OK;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user