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

Verbose removal

This commit is contained in:
paboyle 2017-04-14 14:38:49 +01:00
parent 3ca41458a3
commit a9c22d5f43

View File

@ -148,11 +148,13 @@ class FourierAcceleratedGaugeFixer : public Gimpl {
Complex psqMax(16.0); Complex psqMax(16.0);
Fp = psqMax*one/psq; Fp = psqMax*one/psq;
/*
static int once; static int once;
if ( once == 0 ) { if ( once == 0 ) {
std::cout << " Fp " << Fp <<std::endl; std::cout << " Fp " << Fp <<std::endl;
once ++; once ++;
} }*/
pokeSite(TComplex(1.0),Fp,coor); pokeSite(TComplex(1.0),Fp,coor);
dmuAmu_p = dmuAmu_p * Fp; dmuAmu_p = dmuAmu_p * Fp;