From 6a0823718e1e3b4ff2664f5e4249cce22dd8990b Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Sun, 24 Feb 2019 14:41:59 +0000 Subject: [PATCH] Make ConstEE except override in clover --- Grid/algorithms/SparseMatrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/algorithms/SparseMatrix.h b/Grid/algorithms/SparseMatrix.h index 9b0f7659..6cc617a6 100644 --- a/Grid/algorithms/SparseMatrix.h +++ b/Grid/algorithms/SparseMatrix.h @@ -60,7 +60,7 @@ namespace Grid { // Query the even even properties to make algorithmic decisions ////////////////////////////////////////////////////////////////////// virtual RealD Mass(void) { return 0.0; }; - virtual int ConstEE(void) { return 0; }; // Disable assumptions unless overridden + virtual int ConstEE(void) { return 1; }; // Disable assumptions unless overridden virtual int isTrivialEE(void) { return 0; }; // by a derived class that knows better // half checkerboard operaions