diff --git a/tests/mesh/MeshAABBIntersectionTest.cpp b/tests/mesh/MeshAABBIntersectionTest.cpp index fc4711134edbc3068b2011262fa0128330cc4ed6..45a2ee90d1986e098bd5b470ed6e9962464a48ad 100644 --- a/tests/mesh/MeshAABBIntersectionTest.cpp +++ b/tests/mesh/MeshAABBIntersectionTest.cpp @@ -51,7 +51,7 @@ void runTests( const uint_t numAABBs ) TriangleDistance<MeshType> triDist( mesh ); - WALBERLA_CHECK( isIntersecting( triDist, meshAABB, real_t(0) ) ); + WALBERLA_CHECK( isIntersecting( triDist, meshAABB, real_t(0) ).value, boost::logic::tribool::true_value ); std::mt19937 rng( uint32_t(42) ); @@ -104,4 +104,4 @@ int main( int argc, char * argv[] ) int main( int argc, char * argv[] ) { return walberla::mesh::main( argc, argv ); -} \ No newline at end of file +}