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

Few modifications on stdout messages

This commit is contained in:
Guido Cossu
2016-10-20 17:01:59 +01:00
parent 590675e2ca
commit 977d844394
6 changed files with 7 additions and 9 deletions

View File

@ -85,7 +85,6 @@ public:
LinkField Pmu(P._grid);
Pmu = zero;
for (int mu = 0; mu < Nd; mu++) {
std::cout << "generating momenta " << mu << "\n";
SU<Nrepresentation>::GaussianFundamentalLieAlgebraMatrix(pRNG, Pmu);
PokeIndex<LorentzIndex>(P, Pmu, mu);
}