Skip to content

Commit

Permalink
Update src/t8_forest/t8_forest_iterate.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
holke authored Oct 21, 2024
1 parent b16c21a commit f910f35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/t8_forest/t8_forest_iterate.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ t8_forest_iterate_replace (t8_forest_t forest_new, t8_forest_t forest_old, t8_fo
t8_eclass_t eclass = t8_forest_get_tree_class (forest_new, itree);
T8_ASSERT (eclass == t8_forest_get_tree_class (forest_old, itree));
t8_eclass_scheme_c *ts = t8_forest_get_eclass_scheme (forest_new, eclass);
// Check that the two forests use the same scheme.
T8_ASSERT (ts == t8_forest_get_eclass_scheme (forest_old, eclass));

t8_locidx_t ielem_new = 0;
Expand Down

0 comments on commit f910f35

Please sign in to comment.