1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 15:27:06 +01:00

Hadrons: code cleaning

This commit is contained in:
2018-07-02 17:52:39 +01:00
parent 3ce68a751a
commit a8a15dd9d0
3 changed files with 5 additions and 21 deletions

View File

@ -81,6 +81,7 @@ template <typename GImpl>
void TStoutSmearing<GImpl>::execute(void)
{
LOG(Message) << "Smearing '" << par().gauge << "' with " << par().steps
<< " step" << ((par().steps > 1) ? "s" : "")
<< " of stout smearing and rho= " << par().rho << std::endl;
Smear_Stout<GImpl> smearer(par().rho);