diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-07-11 14:14:36 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-07-11 14:14:36 +0200 |
commit | 869974982752cd37e808283af629ea0bbb680393 (patch) | |
tree | 84bdb4c7079b09fa0ac215ad78922beb2221bc03 /c++/geometry.hpp | |
parent | 96123e1331eabbfb0f5104857035df42096c7548 (diff) |
Writing was flipped on non square, cubic domains
Diffstat (limited to 'c++/geometry.hpp')
-rw-r--r-- | c++/geometry.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c++/geometry.hpp b/c++/geometry.hpp index fe0fe7e..9802feb 100644 --- a/c++/geometry.hpp +++ b/c++/geometry.hpp @@ -2,11 +2,13 @@ namespace kel { namespace lbm { +/* template<typename Schema> struct geometry { void apply(const saw::data<Schema>& field, const saw::data<sch::FixedArray<sch::UInt64,2u>>& start, const saw::data<sch::FixedArray<sch::UInt64,2u>>& end, const saw::data<sch::UInt8>& type){ } }; +*/ } } |