1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-11 03:46:55 +01:00

Hadrons: improvement on PR #176

This commit is contained in:
2018-10-23 12:48:15 +01:00
parent 62173395b8
commit febe41cc1d
2 changed files with 7 additions and 24 deletions

View File

@ -111,7 +111,7 @@ void TFullVolumeSpinColorDiagonal<FImpl>::execute(void)
{
auto &noise = envGet(DilutedNoise<FImpl>, getName());
LOG(Message) << "Generating full volume, spin-color diagonal noise" << std::endl;
noise.generateNoise(rng4d(),par().nsrc);
noise.generateNoise(rng4d());
}
END_MODULE_NAMESPACE