From f5901a188b4d2fffaa227c41ddd2d577a1118f83 Mon Sep 17 00:00:00 2001 From: Markus Holzer <markus.holzer@fau.de> Date: Fri, 25 Mar 2022 07:13:52 +0100 Subject: [PATCH] hopefully now everything works --- tests/lbm/BoundaryHandlingCommunication.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/lbm/BoundaryHandlingCommunication.cpp b/tests/lbm/BoundaryHandlingCommunication.cpp index 66a839b80..324a36427 100644 --- a/tests/lbm/BoundaryHandlingCommunication.cpp +++ b/tests/lbm/BoundaryHandlingCommunication.cpp @@ -195,8 +195,7 @@ template< uint_t StencilSize > void check( const shared_ptr< StructuredBlockForest > & blocks, const ConstBlockDataID & flagFieldId, const ConstBlockDataID & pdf1, const ConstBlockDataID & pdf2 ) { - // TODO PDF Field is not a child of the old GLF. I would say it is an edge case, however, technically it is API breaking here - using Field_T = GhostLayerField< real_t >; + using Field_T = GhostLayerField< real_t, StencilSize >; for( auto block = blocks->begin(); block != blocks->end(); ++block ) { -- GitLab