From 85af48cace105743f7f509104f5d63506c27dddf Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 6 Jul 2023 16:13:59 +0200 Subject: c++: Mostly thoughts expressed in code. A regular apply lambda with info about current cell coordinates and bounds might be interesting. --- c++/geometry.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'c++/geometry.h') diff --git a/c++/geometry.h b/c++/geometry.h index 575c6a3..39b5f13 100644 --- a/c++/geometry.h +++ b/c++/geometry.h @@ -1,10 +1,8 @@ #pragma once + + namespace kel { namespace lbm { -template -class geometry { - -}; } } -- cgit v1.2.3