mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-23 14:14:30 +00:00
Hadrons: significant overhaul of the object registration system, previous version didn't allow dry runs
This commit is contained in:
@@ -55,7 +55,6 @@ Environment & Module::env(void) const
|
||||
void Module::operator()(void)
|
||||
{
|
||||
setup();
|
||||
allocate();
|
||||
if (!env().isDryRun())
|
||||
{
|
||||
execute();
|
||||
|
||||
Reference in New Issue
Block a user