From 869974982752cd37e808283af629ea0bbb680393 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 11 Jul 2025 14:14:36 +0200 Subject: Writing was flipped on non square, cubic domains --- c++/geometry.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c++/geometry.hpp') 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 struct geometry { void apply(const saw::data& field, const saw::data>& start, const saw::data>& end, const saw::data& type){ } }; +*/ } } -- cgit v1.2.3