diff options
Diffstat (limited to 'c++/geometry.hpp')
-rw-r--r-- | c++/geometry.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/c++/geometry.hpp b/c++/geometry.hpp index f675a99..fe0fe7e 100644 --- a/c++/geometry.hpp +++ b/c++/geometry.hpp @@ -2,6 +2,11 @@ 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){ + } +}; } } |