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

Hadrons: all modules are now ported, more tests need to be done

This commit is contained in:
2017-12-21 11:39:07 +00:00
parent 65d4f17976
commit 67c3fa0f5f
7 changed files with 165 additions and 141 deletions

View File

@ -40,6 +40,7 @@ protected:
virtual void execute(void);
private:
std::string freeMomPropName_;
bool freePropDone_;
};
MODULE_REGISTER_NS(FreeProp, TFreeProp, MScalar);