Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkestene committed Oct 16, 2024
1 parent cfe3031 commit 07a702a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/p8est_connectivity.c
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,6 @@ p4est_connectivity_t *p8est_connectivity_new_pillow3d(void)
const p4est_topidx_t num_vertices = 12;
const p4est_topidx_t num_trees = 2;
const p4est_topidx_t num_edges = 4;
const p4est_topidx_t num_ett = num_edges*2;
const p4est_topidx_t num_ctt = 0;
const double vertices[12 * 3] = {
0, 0, -1,
Expand Down

0 comments on commit 07a702a

Please sign in to comment.