1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-14 13:57:07 +01:00

Correcting modules use in test files

This commit is contained in:
Guido Cossu
2017-03-10 23:54:53 +09:00
parent c07cb10247
commit 4e34132f4d
26 changed files with 52 additions and 417 deletions

View File

@ -63,8 +63,8 @@ int main(int argc, char **argv) {
TheHMC.Resources.LoadBinaryCheckpointer(CPparams);
RNGModuleParameters RNGpar;
RNGpar.SerialSeed = {1,2,3,4,5};
RNGpar.ParallelSeed = {6,7,8,9,10};
RNGpar.serial_seeds = "1 2 3 4 5";
RNGpar.parallel_seeds = "6 7 8 9 10";
TheHMC.Resources.SetRNGSeeds(RNGpar);
//////////////////////////////////////////////