1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-01-01 10:19:28 +00:00

Hadrons: module parameters can now be accessed from outside

This commit is contained in:
2016-05-12 11:59:28 +01:00
parent 3d78ed03ef
commit 362f255100
24 changed files with 216 additions and 209 deletions

View File

@@ -35,7 +35,7 @@ using namespace Hadrons;
******************************************************************************/
// constructor /////////////////////////////////////////////////////////////////
GRandom::GRandom(const std::string name)
: Module(name)
: Module<NoPar>(name)
{}
// dependencies/products ///////////////////////////////////////////////////////