Skip to content

Commit

Permalink
sphere-defaults: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbrandt committed Nov 19, 2024
1 parent 7628141 commit 831cc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/spheres/spheres2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ main (int argc, char **argv)
"Relative sphere thickness");
sc_options_add_double (opt, 'f', "lfraction", &g->lfraction, .7,
"Length density of spheres");
sc_options_add_double (opt, 's', "spherquads", &g->spherelems, 20.,
sc_options_add_double (opt, 's', "spherequads", &g->spherelems, 20.,
"Min quadrants per sphere diameter");

g->ntop = g->nint = P4EST_CHILDREN;
Expand Down

0 comments on commit 831cc5b

Please sign in to comment.