mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 13:40:46 +01: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())
|
if (!isDryRun())
|
||||||
{
|
{
|
||||||
LOG(Message) << "Freeing lattice '" << moduleName_[address]
|
LOG(Message) << "Freeing lattice '" << objectName_[address]
|
||||||
<< "'" << std::endl;
|
<< "'" << std::endl;
|
||||||
}
|
}
|
||||||
lattice_.erase(address);
|
lattice_.erase(address);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user