Skip to content

Commit

Permalink
add missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
sandro-elsweijer committed Nov 28, 2023
1 parent d4585a6 commit 5075d22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/t8_geometry/t8_geometry_helpers.c
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ t8_geom_get_ref_intersection (int edge_index, const double *ref_coords, double r
else if (ref_coords[1] == ref_opposite_vertex[1]) {
ref_intersection[0] = 0;
ref_intersection[1] = 1;
break;
}
else {
/* intersectionX = (x1y2-y1x2)(x3-x4)-(x1-x2)(x3y4-y3x4)
Expand Down

0 comments on commit 5075d22

Please sign in to comment.