From 35e48f5eb20b5188580dc884c2d3f1221cdb0a80 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 15 Jul 2024 13:30:00 +0200 Subject: [PATCH] fixup to queueline_correct --- nonisotropic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonisotropic.cpp b/nonisotropic.cpp index 365e024d..88a97e68 100644 --- a/nonisotropic.cpp +++ b/nonisotropic.cpp @@ -2629,7 +2629,7 @@ EX namespace twist { shiftmatrix T(rgpushxto0(h1.h), h1.shift); - shiftpoint h = nmul(rots::ninverse(T), h2); + shiftpoint h = nmul(ninverse(T), h2); hyperpoint z = inverse_exp(h);