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++/descriptor.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'c++/descriptor.hpp') diff --git a/c++/descriptor.hpp b/c++/descriptor.hpp index 23c82f2..0d05a04 100644 --- a/c++/descriptor.hpp +++ b/c++/descriptor.hpp @@ -202,6 +202,7 @@ public: data& operator()(const data& index){ return inner_.at(index); } + const data& operator()(const data& index)const{ return inner_.at(index); } -- cgit v1.2.3