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:
@@ -35,7 +35,7 @@ using namespace Hadrons;
|
||||
******************************************************************************/
|
||||
// constructor /////////////////////////////////////////////////////////////////
|
||||
GRandom::GRandom(const std::string name)
|
||||
: Module(name)
|
||||
: Module<NoPar>(name)
|
||||
{}
|
||||
|
||||
// dependencies/products ///////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user