From da8dc3da0d4e5e81f628d2b9d37402e120f935ef Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Wed, 22 Oct 2025 21:37:40 -0400 Subject: [PATCH] More compact --- tests/debug/Test_icosahedron.cc | 31 ++++++++----------------------- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/tests/debug/Test_icosahedron.cc b/tests/debug/Test_icosahedron.cc index bd80508b..1c7c4127 100644 --- a/tests/debug/Test_icosahedron.cc +++ b/tests/debug/Test_icosahedron.cc @@ -285,31 +285,16 @@ public: std::cout << GridLogMessage<< "Free Laplacian via STENCIL "<oSites(),vComplex::Nsimd(),{ - - const int ent_Xp = 0; - const int ent_Yp = 1; - const int ent_Dp = 2; - const int ent_Xm = 3; - const int ent_Ym = 4; - const int ent_Dm = 5; - - Integer lexXp = ss*np+ent_Xp; - Integer lexYp = ss*np+ent_Yp; - Integer lexDp = ss*np+ent_Dp; - Integer lexXm = ss*np+ent_Xm; - Integer lexYm = ss*np+ent_Ym; - Integer lexDm = ss*np+ent_Dm; - const int x = IcosahedronPatchX; - const int y = IcosahedronPatchY; - const int d = IcosahedronPatchDiagonal; - - // // Three forward links from this site - // auto Lx = Umu_v(ss)(x); - // auto Ly = Umu_v(ss)(y); - // auto Ld = Umu_v(ss)(d); - auto SE = stencil_v.GetEntry(ent_Xp,ss); uint64_t xp_idx = SE->_offset;