Skip to content

Commit

Permalink
reports conforming state
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Jun 14, 2022
1 parent c2591fb commit 469735b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ref_cavity.c
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,9 @@ REF_FCN REF_STATUS ref_cavity_form_insert2(REF_CAVITY ref_cavity,
if (REF_CAVITY_VISIBLE != ref_cavity_state(ref_cavity)) return REF_FAILURE;
ref_cavity_state(ref_cavity) = REF_CAVITY_UNKNOWN;

if (ref_cavity_debug(ref_cavity))
printf("insert tri conforming state %d\n",
(int)ref_cavity_state(ref_cavity));
if (ref_cavity_debug(ref_cavity))
ref_cavity_tec(ref_cavity, "form-conform.tec");

Expand Down

0 comments on commit 469735b

Please sign in to comment.