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:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user