1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 20:57:06 +01:00

Single precision compile fix. Soon deprecate single precision

This commit is contained in:
Peter Boyle
2019-07-18 22:02:31 +01:00
parent 9fa705c5a0
commit 0695f8cec2
2 changed files with 6 additions and 4 deletions

View File

@ -30,7 +30,9 @@ directory
/* END LEGAL */
#include <Grid/Grid.h>
#ifdef GRID_DEFAULT_PRECISION_DOUBLE
#define MIXED_PRECISION
#endif
namespace Grid{
namespace QCD{
@ -348,8 +350,9 @@ int main(int argc, char **argv) {
#else
ExactOneFlavourRatioPseudoFermionAction<FermionImplPolicy>
EOFA(Strange_Op_L, Strange_Op_R,
ActionCG,
ActionCG, ActionCG,
DerivativeCG, DerivativeCG,
DerivativeCG, DerivativeCG,
OFRp, true);
#endif
Level1.push_back(&EOFA);