Skip to content
Snippets Groups Projects
Commit f5901a18 authored by Markus Holzer's avatar Markus Holzer
Browse files

hopefully now everything works

parent 57642cdb
Branches TextureDeclaration.__str__
Tags
No related merge requests found
Pipeline #38698 failed
...@@ -195,8 +195,7 @@ template< uint_t StencilSize > ...@@ -195,8 +195,7 @@ template< uint_t StencilSize >
void check( const shared_ptr< StructuredBlockForest > & blocks, const ConstBlockDataID & flagFieldId, void check( const shared_ptr< StructuredBlockForest > & blocks, const ConstBlockDataID & flagFieldId,
const ConstBlockDataID & pdf1, const ConstBlockDataID & pdf2 ) 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, StencilSize >;
using Field_T = GhostLayerField< real_t >;
for( auto block = blocks->begin(); block != blocks->end(); ++block ) for( auto block = blocks->begin(); block != blocks->end(); ++block )
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment