Skip to content

Commit

Permalink
builds face
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Mar 24, 2022
1 parent cd2bafb commit fc5ddc5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ref_egads.c
Expand Up @@ -954,7 +954,10 @@ REF_STATUS ref_egads_brep_reface(REF_GEOM ref_geom, REF_INT faceid) {
&(loops[iloop])),
"topo");
}

REIS(EGADS_SUCCESS,
EG_makeTopology((ego)(ref_geom->context), surface, faceclass, facetype,
facebounds, nloop, loops, loopsenses, &face),
"topo");
#else
printf("nothing for %s, full EGADS not linked\n", __func__);
SUPRESS_UNUSED_COMPILER_WARNING(ref_geom);
Expand Down

0 comments on commit fc5ddc5

Please sign in to comment.