Skip to content

Commit

Permalink
Fix assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
sandro-elsweijer authored Oct 21, 2024
1 parent 65bd89f commit b16c21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/t8_forest/t8_forest_iterate.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +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);
T8_ASSERT (ts == t8_forest_get_eclass_scheme (forest_new, eclass));
T8_ASSERT (ts == t8_forest_get_eclass_scheme (forest_old, eclass));

t8_locidx_t ielem_new = 0;
t8_locidx_t ielem_old = 0;
Expand Down

0 comments on commit b16c21a

Please sign in to comment.