From e187bcb85c428b5d391542a5d6d1356d8edd91da Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Fri, 29 Sep 2023 17:10:17 -0400 Subject: [PATCH] Updating --- tests/debug/Test_general_coarse.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/debug/Test_general_coarse.cc b/tests/debug/Test_general_coarse.cc index 61248d6d..2b73ece7 100644 --- a/tests/debug/Test_general_coarse.cc +++ b/tests/debug/Test_general_coarse.cc @@ -108,7 +108,7 @@ int main (int argc, char ** argv) DomainWallFermionD Ddwf(Umu,*FGrid,*FrbGrid,*UGrid,*UrbGrid,mass,M5); - const int nbasis = 4; + const int nbasis = 16; const int cb = 0 ; LatticeFermion prom(FGrid); @@ -147,6 +147,8 @@ int main (int argc, char ** argv) // LittleDiracOpCol.CoarsenOperator(HOA,Aggregates); // std::cout << "LittleDiracOp old " << LittleDiracOpCol._A[pp]<