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:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user