Skip to content

Commit

Permalink
Merge pull request #1378 from DLR-AMR/default-extrude-face
Browse files Browse the repository at this point in the history
Fix error in default quad scheme
  • Loading branch information
sandro-elsweijer authored Feb 6, 2025
2 parents c746d7a + b6977b3 commit 341c083
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ t8_default_scheme_quad::element_extrude_face (const t8_element_t *face, t8_eleme
p4est_quadrant_t *q = (p4est_quadrant_t *) elem;

T8_ASSERT (element_is_valid (elem));
T8_ASSERT (scheme->element_is_valid (T8_ECLASS_LINE, elem));
T8_ASSERT (scheme->element_is_valid (T8_ECLASS_LINE, face));
T8_ASSERT (0 <= root_face && root_face < P4EST_FACES);
/*
* The faces of the root quadrant are enumerated like this:
Expand Down

0 comments on commit 341c083

Please sign in to comment.