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