1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-27 16:04:43 +00:00

Hadrons: first prototype with working inversions

This commit is contained in:
2016-04-30 00:17:04 -07:00
parent 405b175665
commit 1869d28429
23 changed files with 1092 additions and 197 deletions

View File

@@ -46,6 +46,7 @@ std::string Module::getName(void) const
void Module::operator()(Environment &env)
{
setup(env);
allocate(env);
if (!env.isDryRun())
{