Skip to content

Commit

Permalink
feature hanging-corners: add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesbrandt committed Dec 12, 2023
1 parent b4fbe6a commit 38f3015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/p4est_mesh.c
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +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)
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 38f3015

Please sign in to comment.