summaryrefslogtreecommitdiff
path: root/c++/geometry.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/geometry.hpp')
-rw-r--r--c++/geometry.hpp2
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){
}
};
+*/
}
}