diff --git a/Grid/algorithms/iterative/Deflation.h b/Grid/algorithms/iterative/Deflation.h index 814a0432..83ec1ab0 100644 --- a/Grid/algorithms/iterative/Deflation.h +++ b/Grid/algorithms/iterative/Deflation.h @@ -75,24 +75,19 @@ public: virtual void operator()(const Field &src,Field &guess) { GridStopWatch w1; - GridStopWatch w2; - w1.Start(); guess = Zero(); - w1.Stop(); - LOG(Message) << "Zeroing the 'out' vector took: " << w1.Elapsed() << std::endl; - - w2.Start(); + w1.Start(); for (int i=0;i