Skip to content

Commit c7fb25b

Browse files
Update src/t8_cmesh/t8_cmesh_io/t8_cmesh_triangle.cxx
Co-authored-by: lenaploetzke <70579874+lenaploetzke@users.noreply.github.com>
1 parent 465c364 commit c7fb25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/t8_cmesh/t8_cmesh_io/t8_cmesh_triangle.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ t8_cmesh_triangle_read_neigh (t8_cmesh_t cmesh, int element_offset, char *filena
408408

409409
int orientation = -1;
410410
int found_orientation = 0;
411-
int const firstvertex = face1 == 0 ? 1 : 0;
411+
int const firstvertex = (face1 == 0 ? 1 : 0);
412412

413413
for (int ivertex = 1; ivertex <= dim && !found_orientation; ivertex++) {
414414
/* The face with number k consists of the vertices with numbers

0 commit comments

Comments
 (0)