summaryrefslogtreecommitdiff
path: root/c++/geometry.hpp
blob: 9802feb05522c1018c97f8bd1ba46c77da9b51e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

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){

	}
};
*/
}
}