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

Hadrons: build improvement

This commit is contained in:
Antonin Portelli 2018-04-13 18:21:18 +02:00
parent 4573b34cac
commit 4669ecd4ba
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ See the full license in the file "LICENSE" in the top level distribution directo
#include <Grid/Hadrons/Application.hpp> #include <Grid/Hadrons/Application.hpp>
#include <Grid/Hadrons/GeneticScheduler.hpp> #include <Grid/Hadrons/GeneticScheduler.hpp>
#include <Grid/Hadrons/Modules.hpp>
using namespace Grid; using namespace Grid;
using namespace QCD; using namespace QCD;

View File

@ -31,7 +31,7 @@ See the full license in the file "LICENSE" in the top level distribution directo
#include <Grid/Hadrons/Global.hpp> #include <Grid/Hadrons/Global.hpp>
#include <Grid/Hadrons/VirtualMachine.hpp> #include <Grid/Hadrons/VirtualMachine.hpp>
#include <Grid/Hadrons/Modules.hpp> #include <Grid/Hadrons/Module.hpp>
BEGIN_HADRONS_NAMESPACE BEGIN_HADRONS_NAMESPACE