1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 06:47:06 +01:00

Hadrons: module setup/execute protected to forbid user to bypass execution control

This commit is contained in:
2017-12-03 19:46:18 +01:00
parent 2a9ebddad5
commit 624246409c
27 changed files with 31 additions and 3 deletions

View File

@ -97,6 +97,7 @@ public:
virtual std::vector<std::string> getInput(void);
virtual std::vector<std::string> getOutput(void);
virtual void parseGammaString(std::vector<GammaPair> &gammaList);
protected:
// execution
virtual void execute(void);
};