mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Make ConstEE except override in clover
This commit is contained in:
parent
22476cc5a3
commit
6a0823718e
@ -60,7 +60,7 @@ namespace Grid {
|
|||||||
// Query the even even properties to make algorithmic decisions
|
// Query the even even properties to make algorithmic decisions
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
virtual RealD Mass(void) { return 0.0; };
|
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
|
virtual int isTrivialEE(void) { return 0; }; // by a derived class that knows better
|
||||||
|
|
||||||
// half checkerboard operaions
|
// half checkerboard operaions
|
||||||
|
Loading…
Reference in New Issue
Block a user