summaryrefslogtreecommitdiff
path: root/examples/schaefer_turek_durst_krause_rannbacher/init.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/schaefer_turek_durst_krause_rannbacher/init.hpp')
-rw-r--r--examples/schaefer_turek_durst_krause_rannbacher/init.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/schaefer_turek_durst_krause_rannbacher/init.hpp b/examples/schaefer_turek_durst_krause_rannbacher/init.hpp
index af7eb89..96e2917 100644
--- a/examples/schaefer_turek_durst_krause_rannbacher/init.hpp
+++ b/examples/schaefer_turek_durst_krause_rannbacher/init.hpp
@@ -5,11 +5,11 @@
namespace kel {
namespace lbm {
-template<typename T, typename Desc, typename Coll>
+template<typename T, typename Desc, typename Coll, uint64_t N>
saw::error_or<void> init(
const converter<T>& conv,
- saw::data<sch::ChunkStruct<T,Desc>>& fields,
- saw::data<sch::MacroStruct<T,Desc>>& macros,
+ saw::data<sch::ChunkStruct<T,Desc,N>>& fields,
+ saw::data<sch::MacroStruct<T,Desc,N>>& macros,
saw::data<sch::ParticleSpheroidGroup<T,Desc>>& particles
){
(void) conv;