mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-20 00:36:55 +01:00
Make all tests compile
This commit is contained in:
@ -38,6 +38,7 @@ typedef typename FermionAction::FermionField FermionField;
|
||||
|
||||
int main (int argc, char** argv)
|
||||
{
|
||||
#ifdef ENABLE_GPARITY
|
||||
Grid_init(&argc, &argv);
|
||||
|
||||
Coordinate latt_size = GridDefaultLatt();
|
||||
@ -173,4 +174,5 @@ int main (int argc, char** argv)
|
||||
|
||||
std::cout << GridLogMessage << "Done" << std::endl;
|
||||
Grid_finalize();
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user