Skip to content

Commit

Permalink
specific
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Jun 2, 2022
1 parent ac07d17 commit e7b6248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ref_layer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ static REF_FCN REF_STATUS ref_layer_prism_insert_hair(REF_GRID ref_grid,
ref_cavity_tec(ref_cavity, "cav-fail.tec");
ref_export_by_extension(ref_grid, "mesh-fail.tec");
});
printf(" state %d\n", ref_cavity_state(ref_cavity));
printf(" enlarge state %d\n", ref_cavity_state(ref_cavity));
RSB(ref_cavity_replace(ref_cavity), "cav replace", {
ref_cavity_tec(ref_cavity, "ref_layer_prism_cavity.tec");
ref_export_by_extension(ref_grid, "ref_layer_prism_mesh.tec");
Expand Down

0 comments on commit e7b6248

Please sign in to comment.