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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user