mirror of
https://github.com/paboyle/Grid.git
synced 2025-08-04 21:56:56 +01:00
Hadrons: better organisation of the VM
This commit is contained in:
@@ -58,8 +58,5 @@ std::string ModuleBase::getRegisteredName(void)
|
||||
void ModuleBase::operator()(void)
|
||||
{
|
||||
setup();
|
||||
if (!vm().isDryRun())
|
||||
{
|
||||
execute();
|
||||
}
|
||||
execute();
|
||||
}
|
||||
|
Reference in New Issue
Block a user