diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-09-03 13:42:38 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-09-03 13:42:38 +0200 |
| commit | 576b566d09194e923f73e0aa5a576bfdb5cfe945 (patch) | |
| tree | 51326d2b3652607325a800d80c4e52cc4ce1f404 /examples/schaefer_turek_durst_krause_rannbacher/init.hpp | |
| parent | 8c2e629878ab1c73c73ae92d76e8883ccfa032a2 (diff) | |
| download | libs-lbm-576b566d09194e923f73e0aa5a576bfdb5cfe945.tar.gz | |
Dangling
Diffstat (limited to 'examples/schaefer_turek_durst_krause_rannbacher/init.hpp')
| -rw-r--r-- | examples/schaefer_turek_durst_krause_rannbacher/init.hpp | 6 |
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; |
