Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Feb 4, 2022
1 parent 4da93a3 commit e3c9ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ref_geom.c
Original file line number Diff line number Diff line change
Expand Up @@ -2158,8 +2158,8 @@ REF_STATUS ref_geom_tetgen_volume(REF_GRID ref_grid, const char *project,

printf(" The 'S1000' argument can be added to tetgen options\n");
printf(" to cap inserted nodes at 1000 and reduce run time.\n");
printf(" The 'q20/10' argument (radius-edge-ratio/dihedral-angle)\n");
printf(" can be adjusted for faster initial volume adaptation.\n");
printf(" The 'q20/10' arguments (radius-edge-ratio/dihedral-angle)\n");
printf(" can be increased for faster initial volume refinement.\n");
printf(" See 'ref bootstrap -h' for '--mesher-options' description.\n");

if (NULL == options) {
Expand Down

0 comments on commit e3c9ec6

Please sign in to comment.