From 24bf28a8fb9cc8c3a90b77de9b60728bece7885d Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sat, 18 Oct 2025 18:01:14 +0200 Subject: Moving project structure for more less compilation --- lib/c++/geometry.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lib/c++/geometry.hpp (limited to 'lib/c++/geometry.hpp') diff --git a/lib/c++/geometry.hpp b/lib/c++/geometry.hpp new file mode 100644 index 0000000..9802feb --- /dev/null +++ b/lib/c++/geometry.hpp @@ -0,0 +1,14 @@ +#pragma once + +namespace kel { +namespace lbm { +/* +template +struct geometry { + void apply(const saw::data& field, const saw::data>& start, const saw::data>& end, const saw::data& type){ + + } +}; +*/ +} +} -- cgit v1.2.3