1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-23 22:24:30 +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

@@ -84,7 +84,7 @@ public:
virtual ~MSource(void) = default;
// parse parameters
virtual void parseParameters(XmlReader &reader, const std::string name);
// dependency relation
// dependencies/products
virtual std::vector<std::string> getInput(void);
virtual std::vector<std::string> getOutput(void);
// allocation