From ce441eb4bc200ab43bb6ae04f171ab0e1c94cfbb Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 12 Apr 2020 20:34:16 +0200 Subject: [PATCH] more accurate lazy for SolNih --- nonisotropic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonisotropic.cpp b/nonisotropic.cpp index 6d4e0b4c..1698cb70 100644 --- a/nonisotropic.cpp +++ b/nonisotropic.cpp @@ -104,7 +104,7 @@ EX namespace sn { hyperpoint res; if(lazy) { - return decompress(get_int(int(ix), int(iy), int(iz))); + return decompress(get_int(int(ix+.5), int(iy+.5), int(iz+.5))); } else {