1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00

Deactivate some tests for Nc!=3

This commit is contained in:
Julian Lenz 2023-03-13 08:17:14 +00:00
parent fd057c838f
commit 29586f6b5e
2 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,7 @@ See the full license in the file "LICENSE" in the top level distribution
directory directory
*************************************************************************************/ *************************************************************************************/
/* END LEGAL */ /* END LEGAL */
#if Nc==3
#include <Grid/Grid.h> #include <Grid/Grid.h>
#include <Grid/qcd/utils/CovariantCshift.h> #include <Grid/qcd/utils/CovariantCshift.h>
@ -530,3 +531,4 @@ int main(int argc, char** argv) {
Grid_finalize(); Grid_finalize();
} }
#endif

View File

@ -26,6 +26,7 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
See the full license in the file "LICENSE" in the top level distribution directory See the full license in the file "LICENSE" in the top level distribution directory
*************************************************************************************/ *************************************************************************************/
/* END LEGAL */ /* END LEGAL */
#if Nc==3
#include <Grid/Grid.h> #include <Grid/Grid.h>
using namespace std; using namespace std;
@ -143,3 +144,4 @@ int main (int argc, char ** argv)
#endif