1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-01-17 15:24:40 +00:00

BugFix: Now the stochatic EM potential weight is generated when calling for the first time

This commit is contained in:
Vera Guelpers
2018-02-02 15:29:38 +00:00
parent 389731d373
commit b6fe03eb26
2 changed files with 6 additions and 2 deletions

View File

@@ -60,6 +60,8 @@ public:
// dependency relation
virtual std::vector<std::string> getInput(void);
virtual std::vector<std::string> getOutput(void);
private:
bool create_weight;
protected:
// setup
virtual void setup(void);