mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
Hadrons: message fix
This commit is contained in:
parent
afe5a94745
commit
2b31bf61ff
@ -406,7 +406,7 @@ void Environment::freeLattice(const unsigned int address)
|
||||
{
|
||||
if (!isDryRun())
|
||||
{
|
||||
LOG(Message) << "Freeing lattice '" << moduleName_[address]
|
||||
LOG(Message) << "Freeing lattice '" << objectName_[address]
|
||||
<< "'" << std::endl;
|
||||
}
|
||||
lattice_.erase(address);
|
||||
|
Loading…
Reference in New Issue
Block a user