Skip to content

Commit 6e93656

Browse files
committed
fix assertion
1 parent ae47355 commit 6e93656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/t8_schemes/t8_standalone/t8_standalone_implementation.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2398,7 +2398,7 @@ struct t8_standalone_scheme
23982398
}
23992399
else {
24002400
T8_ASSERT (coord_v0 > coord_v1);
2401-
T8_ASSERT (!(type & (u_int8_t) (1 << e)).all ());
2401+
T8_ASSERT (!(type & (u_int8_t) (1 << e)));
24022402
}
24032403
}
24042404
return type;

0 commit comments

Comments
 (0)