Skip to content

Commit

Permalink
remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
Davknapp committed Dec 9, 2024
1 parent bcf4058 commit ac0f235
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ A typical situation where you need the element schemes is when you loop over all
```diff
/* Loop over each tree in the forest */
for (t8_locidx_t itree = 0; itree < num_local_trees; ++itree){
/* Get the tree with local id itree. */
const t8_tree_t tree = t8_forest_get_tree (forest, itree);
/* Get the eclass of the tree. */
const t8_eclass_t tree_class = t8_forest_get_tree_class (forest, itree);
/* Get the scheme of of this eclass. */
Expand Down

0 comments on commit ac0f235

Please sign in to comment.