mirror of
https://github.com/paboyle/Grid.git
synced 2026-05-22 18:14:17 +01:00
Include grid header and make the ENABLE correct
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
|
#include <Grid/Grid.h>
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
||||||
#ifndef ENABLE_FERMION_INSTANTIATIONS
|
#ifndef ENABLE_FERMION_INSTANTIATIONS
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
*************************************************************************************/
|
*************************************************************************************/
|
||||||
/* END LEGAL */
|
/* END LEGAL */
|
||||||
#include "disable_benchmarks_without_instantiations.h"
|
#include "disable_benchmarks_without_instantiations.h"
|
||||||
|
|
||||||
#ifdef ENABLE_FERMION_INSTANTIATIONS
|
#ifdef ENABLE_FERMION_INSTANTIATIONS
|
||||||
|
|
||||||
#include <Grid/Grid.h>
|
#include <Grid/Grid.h>
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
#include <Grid/Grid.h>
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef ENABLE_FERMION_INSTANTIATIONS
|
#ifndef ENABLE_FERMION_INSTANTIATIONS
|
||||||
|
|||||||
+1
-1
@@ -201,7 +201,7 @@ case ${ac_FERMION_REPS} in
|
|||||||
yes) AC_DEFINE([ENABLE_FERMION_REPS],[1],[non QCD fermion reps]);;
|
yes) AC_DEFINE([ENABLE_FERMION_REPS],[1],[non QCD fermion reps]);;
|
||||||
esac
|
esac
|
||||||
case ${ac_FERMION_INSTANTIATIONS} in
|
case ${ac_FERMION_INSTANTIATIONS} in
|
||||||
yes) AC_DEFINE([ENABLE_FERMION_INSTANTIONS],[1],[enable fermions]);;
|
yes) AC_DEFINE([ENABLE_FERMION_INSTANTIATIONS],[1],[enable fermions]);;
|
||||||
esac
|
esac
|
||||||
case ${ac_GPARITY} in
|
case ${ac_GPARITY} in
|
||||||
yes) AC_DEFINE([ENABLE_GPARITY],[1],[fermion actions with GPARITY BCs]);;
|
yes) AC_DEFINE([ENABLE_GPARITY],[1],[fermion actions with GPARITY BCs]);;
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
#include <Grid/Grid.h>
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef ENABLE_FERMION_INSTANTIATIONS
|
#ifndef ENABLE_FERMION_INSTANTIATIONS
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
#include <Grid/Grid.h>
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef ENABLE_FERMION_INSTANTIATIONS
|
#ifndef ENABLE_FERMION_INSTANTIATIONS
|
||||||
|
|||||||
Reference in New Issue
Block a user