From f59993b9790431ac93e9a51a26f41db63051d276 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Wed, 29 Nov 2023 09:45:58 -0500 Subject: [PATCH] =?UTF-8?q?Nbasis=C2=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/debug/Test_general_coarse.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/debug/Test_general_coarse.cc b/tests/debug/Test_general_coarse.cc index ebfe78dd..f980d7c7 100644 --- a/tests/debug/Test_general_coarse.cc +++ b/tests/debug/Test_general_coarse.cc @@ -107,7 +107,7 @@ int main (int argc, char ** argv) DomainWallFermionD Ddwf(Umu,*FGrid,*FrbGrid,*UGrid,*UrbGrid,mass,M5); - const int nbasis = 8; + const int nbasis = 32; const int cb = 0 ; LatticeFermion prom(FGrid);