diff --git a/geometry2.cpp b/geometry2.cpp index 7724ceb4..0fd07762 100644 --- a/geometry2.cpp +++ b/geometry2.cpp @@ -313,7 +313,7 @@ void virtualRebase(cell*& base, T& at, const U& check) { if(nil) { hyperpoint h = check(at); auto step = [&] (int i) { - at = currentmap->iadj(base, i) * at; + at = currentmap->adj(base, (i+S7/2) % S7) * at; base = base->cmove(i); h = check(at); };