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

Force a couple of things to compile on NVCC

This commit is contained in:
Peter Boyle
2019-08-15 01:32:03 +01:00
parent be37dfb6f8
commit 4278caa030
2 changed files with 9 additions and 21 deletions

View File

@ -35,8 +35,9 @@ directory
int main(int argc, char **argv) {
#ifndef GRID_NVCC
using namespace Grid;
;
// Here change the allowed (higher) representations
typedef Representations< FundamentalRepresentation, AdjointRepresentation , TwoIndexSymmetricRepresentation> TheRepresentations;
@ -133,7 +134,7 @@ int main(int argc, char **argv) {
TheHMC.Run(); // no smearing
Grid_finalize();
#endif
} // main