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

First compile OK through nvcc on host

This commit is contained in:
paboyle
2018-01-24 13:08:47 +00:00
parent 90ea472411
commit 4e30739093
3 changed files with 18 additions and 8 deletions

View File

@ -29,9 +29,7 @@ See the full license in the file "LICENSE" in the top level distribution directo
/* END LEGAL */
#include <Grid/Grid.h>
using namespace std;
using namespace Grid;
using namespace QCD;
static constexpr double tolerance = 1.0e-6;
static std::array<SpinMatrix, Gamma::nGamma> testAlgebra;