From 0fdfd0c406f22189f5347ecb5f2acfccb8424ae9 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 10 Jun 2024 01:37:46 +0200 Subject: [PATCH] fixup comment to last --- geometry2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/geometry2.cpp b/geometry2.cpp index f9f5e27d..271ba7a4 100644 --- a/geometry2.cpp +++ b/geometry2.cpp @@ -322,6 +322,7 @@ template void virtualRebase(cell*& base, T& at, const U& check) { if(nil && WDIM == 3 && nilv::nil_structure_index != 2) { + /** todo: implement for hex nil too */ hyperpoint h = check(at); auto step = [&] (int i) { at = currentmap->adj(base, (i+S7/2) % S7) * at;