fix edge meshing in nglib

This commit is contained in:
Christopher Lackner 2022-04-25 12:03:16 +02:00
parent c39dbd443e
commit 1f793e66ea

View File

@ -882,7 +882,7 @@ namespace nglib
occgeom->FindEdges(*me, mparam);
if((me->GetNP()) && (me->GetNFD()))
if((me->GetNP()))
{
return NG_OK;
}