From 3cc48772f8d34c7025eedf3bd7153164937a553d Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Fri, 31 Jan 2020 16:12:41 +0100
Subject: [PATCH] Make member variables of Boundary.tmpl.h public

---
 lbmpy_walberla/templates/Boundary.tmpl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lbmpy_walberla/templates/Boundary.tmpl.h b/lbmpy_walberla/templates/Boundary.tmpl.h
index 6ae98b8..97dabe8 100644
--- a/lbmpy_walberla/templates/Boundary.tmpl.h
+++ b/lbmpy_walberla/templates/Boundary.tmpl.h
@@ -178,7 +178,7 @@ private:
     void run( IBlock * block, IndexVectors::Type type{% if target == 'gpu'%}, cudaStream_t stream = 0 {%endif%});
 
     BlockDataID indexVectorID;
-
+public:
     {{kernel|generate_members(('indexVector', 'indexVectorSize'))|indent(4)}}
 };
 
-- 
GitLab