1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-13 01:05:36 +00:00

Hadrons: z-Mobius message fix

This commit is contained in:
Antonin Portelli 2018-03-01 18:03:44 +00:00
parent 5b937e3644
commit 4d2a32ae7a

View File

@ -105,9 +105,9 @@ template <typename FImpl>
void TZMobiusDWF<FImpl>::setup(void) void TZMobiusDWF<FImpl>::setup(void)
{ {
LOG(Message) << "Setting up z-Mobius domain wall fermion matrix with m= " LOG(Message) << "Setting up z-Mobius domain wall fermion matrix with m= "
<< par().mass << ", M5= " << par().M5 << ", Ls= " << par().mass << ", M5= " << par().M5 << ", Ls= " << par().Ls
<< ", b= " << par().b << ", c= " << par().c << ", b= " << par().b << ", c= " << par().c
<< par().Ls << " using gauge field '" << par().gauge << "'" << " using gauge field '" << par().gauge << "'"
<< std::endl; << std::endl;
LOG(Message) << "Omegas: " << std::endl; LOG(Message) << "Omegas: " << std::endl;
for (unsigned int i = 0; i < par().omega.size(); ++i) for (unsigned int i = 0; i < par().omega.size(); ++i)