From 91fd44419b9d9b24ad5b4f2f70656a99a44a3f07 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Fri, 14 May 2021 11:52:11 -0400 Subject: [PATCH] Prep for storing action from the pseudofermion refresh --- Grid/qcd/action/pseudofermion/TwoFlavour.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Grid/qcd/action/pseudofermion/TwoFlavour.h b/Grid/qcd/action/pseudofermion/TwoFlavour.h index 2ac97ddd..7b771a12 100644 --- a/Grid/qcd/action/pseudofermion/TwoFlavour.h +++ b/Grid/qcd/action/pseudofermion/TwoFlavour.h @@ -98,6 +98,7 @@ public: FermOp.ImportGauge(U); FermOp.Mdag(eta, Phi); + std::cout << GridLogMessage << "Pseudofermion action refresh " << norm2(eta) << std::endl; }; //////////////////////////////////////////////////////