1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-01-05 09:29:35 +00:00

Hadrons: Fermion actions and gauge fields are modules now

This commit is contained in:
2016-05-03 16:30:29 -07:00
parent 6e83b6a203
commit 02ec23cdad
19 changed files with 191 additions and 216 deletions

View File

@@ -29,7 +29,6 @@ directory.
#define Hadrons_Application_hpp_
#include <Hadrons/Global.hpp>
#include <Hadrons/FermionActionFactory.hpp>
#include <Hadrons/Environment.hpp>
#include <Hadrons/ModuleFactory.hpp>
@@ -90,7 +89,6 @@ private:
std::string parameterFileName_;
GlobalPar par_;
Environment &env_;
FermionActionFactory &actionFactory_;
ModuleFactory &modFactory_;
std::map<std::string, std::unique_ptr<Module>> module_;
std::map<std::string, std::string> associatedModule_;