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

Hadrons: even more cleaning

This commit is contained in:
2018-08-08 23:15:55 +01:00
parent 41d4e37bae
commit 6d2df9de79
2 changed files with 18 additions and 21 deletions

View File

@ -214,7 +214,6 @@ void TA2AVectors<FImpl, Pack>::execute(void)
{
envGetTmp(FermionField, f5);
a2a.makeHighModeV5D(v[Nl_ + ih], f5, noise[ih]);
std::cout << norm2(v[Nl_ + ih]) << std::endl;
}
LOG(Message) << "W vector i = " << Nl_ + ih
<< " (" << ((Nl_ > 0) ? "high " : "")
@ -227,7 +226,6 @@ void TA2AVectors<FImpl, Pack>::execute(void)
{
envGetTmp(FermionField, f5);
a2a.makeHighModeW5D(w[Nl_ + ih], f5, noise[ih]);
std::cout << norm2(w[Nl_ + ih]) << std::endl;
}
}
}