mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
Hadrons: log message fix
This commit is contained in:
parent
0d612039ed
commit
dd62f2f371
@ -122,7 +122,7 @@ void TLoadBinary<Impl>::execute(void)
|
|||||||
+ std::to_string(vm().getTrajectory());
|
+ std::to_string(vm().getTrajectory());
|
||||||
|
|
||||||
LOG(Message) << "Loading " << par().format
|
LOG(Message) << "Loading " << par().format
|
||||||
<< "binary configuration from file '" << filename
|
<< " binary configuration from file '" << filename
|
||||||
<< "'" << std::endl;
|
<< "'" << std::endl;
|
||||||
BinaryIO::readLatticeObject<vobj, sobj_double>(U, filename, munge, 0,
|
BinaryIO::readLatticeObject<vobj, sobj_double>(U, filename, munge, 0,
|
||||||
par().format, nersc_csum,
|
par().format, nersc_csum,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user