mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-19 16:27:05 +01:00
Make all tests compile
This commit is contained in:
@ -30,9 +30,10 @@ See the full license in the file "LICENSE" in the top level distribution directo
|
||||
|
||||
#include <Grid/Grid.h>
|
||||
|
||||
#ifdef ENABLE_GPARITY
|
||||
|
||||
using namespace std;
|
||||
using namespace Grid;
|
||||
;
|
||||
|
||||
typedef GparityWilsonImplD FermionImplPolicyD;
|
||||
typedef GparityMobiusEOFAFermionD FermionActionD;
|
||||
@ -231,3 +232,7 @@ int main (int argc, char** argv)
|
||||
std::cout << GridLogMessage << "Done" << std::endl;
|
||||
Grid_finalize();
|
||||
}
|
||||
#else
|
||||
int main(int argc,char ** argv) { return 0;};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user