mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +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);
|
||||
|
||||
if((me->GetNP()) && (me->GetNFD()))
|
||||
if((me->GetNP()))
|
||||
{
|
||||
return NG_OK;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user