Skip to content

Commit

Permalink
remove unused variable in add_stencil
Browse files Browse the repository at this point in the history
  • Loading branch information
antjeHP committed Oct 29, 2024
1 parent b83d99a commit af2926a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/t8_forest/t8_forest_ghost.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2175,7 +2175,6 @@ t8_forest_ghost_stencil::add_stencil_to_ghost (t8_forest_t forest, const t8_elem
t8_locidx_t iface_neighbor, ineighbor;
t8_element_t *face_neighbor;
t8_element_t *neighbor;
t8_eclass_t eclass = t8_forest_get_eclass (forest, 0);

/**
* First loop over the F elements, this are the face-neighbors of E
Expand Down

0 comments on commit af2926a

Please sign in to comment.