From 1d65e2f62ccb3555e6fec9413960bd7b8f46b84d Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Fri, 8 May 2020 09:20:54 -0400 Subject: [PATCH] Slightly faster Chebyshev; ifdef'ed out the fastest until tested numerics Lifteed from HDCR setup --- Grid/algorithms/approx/Chebyshev.h | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/Grid/algorithms/approx/Chebyshev.h b/Grid/algorithms/approx/Chebyshev.h index 133db2b4..c0b0646d 100644 --- a/Grid/algorithms/approx/Chebyshev.h +++ b/Grid/algorithms/approx/Chebyshev.h @@ -234,10 +234,9 @@ public: GridBase *grid=in.Grid(); - // std::cout << "Chevyshef(): in.Grid()="<