From 829a32845171e444415827f3800d6d7d45b5c9ec Mon Sep 17 00:00:00 2001 From: James Richings Date: Tue, 9 Nov 2021 20:46:57 +0000 Subject: [PATCH] remove deflation timing --- Grid/algorithms/iterative/Deflation.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Grid/algorithms/iterative/Deflation.h b/Grid/algorithms/iterative/Deflation.h index 83ec1ab0..9f85ac70 100644 --- a/Grid/algorithms/iterative/Deflation.h +++ b/Grid/algorithms/iterative/Deflation.h @@ -74,21 +74,11 @@ public: } virtual void operator()(const Field &src,Field &guess) { - GridStopWatch w1; - guess = Zero(); - - w1.Start(); for (int i=0;i