Skip to content

Commit

Permalink
feature hanging-corners: properly init params in mesh_new_ext
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbrandt committed Dec 12, 2023
1 parent d27486a commit b4fbe6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/p4est_mesh.c
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,7 @@ p4est_mesh_new_ext (p4est_t * p4est, p4est_ghost_t * ghost,
p4est_mesh_params_t params;

/* initialize parameter struct to pass to mesh_new_params */
p4est_mesh_params_init (&params)
params.btype = btype;
params.compute_level_lists = compute_level_lists;
params.compute_tree_index = compute_tree_index;
Expand Down

0 comments on commit b4fbe6a

Please sign in to comment.