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