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

happy compile

This commit is contained in:
Peter Boyle
2020-10-14 22:59:41 -04:00
parent bf3c9857e0
commit 3362f8dfa0
4 changed files with 68 additions and 67 deletions

View File

@ -449,7 +449,8 @@ public:
LatticeReal alpha(grid);
// std::cout<<GridLogMessage<<"xi "<<xi <<std::endl;
alpha = toReal(2.0 * xi);
xi = 2.0 *xi;
alpha = toReal(xi);
do {
// A. Generate two uniformly distributed pseudo-random numbers R and R',