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

Hadrons: first implementation of local coherence Lanczos

This commit is contained in:
2018-02-26 19:22:43 +00:00
parent e7e4cee4f3
commit fdbd42e542
3 changed files with 214 additions and 30 deletions

View File

@@ -270,7 +270,7 @@ int Environment::getObjectModule(const std::string name) const
unsigned int Environment::getObjectLs(const unsigned int address) const
{
if (hasObject(address))
if (hasCreatedObject(address))
{
return object_[address].Ls;
}