1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Hadrons: execute message for time diluted noise

This commit is contained in:
Antonin Portelli 2018-08-10 16:07:48 +01:00
parent 99a85116f8
commit 093bb02633

View File

@ -101,6 +101,7 @@ void TTimeDilutedSpinColorDiagonal<FImpl>::execute(void)
{
auto &noise = envGet(DilutedNoise<FImpl>, getName());
LOG(Message) << "Generating time-diluted, spin-color diagonal noise" << std::endl;
noise.generateNoise(*env().get4dRng());
}