1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-19 00:07:05 +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

@ -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
*************************************************************************************/
/* END LEGAL */
#if Nc==3
#include <Grid/Grid.h>
using namespace std;
@ -143,3 +144,4 @@ int main (int argc, char ** argv)
#endif