1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Quark test output correction.

This commit is contained in:
Lanny91 2017-03-10 15:05:59 +00:00
parent af2d6ce2e0
commit c382c351a5

View File

@ -142,12 +142,12 @@ int main(int argc, char **argv)
for (int s2 = 0; s2 < Ns; ++s2)
for (int c2 = 0; c2 < Nc; ++c2)
{
//if (propSite()(s2, s)(c2, c) != fermSite()(s2)(c2))
//{
if (propSite()(s2, s)(c2, c) != fermSite()(s2)(c2))
{
std::cout << propSite()(s2, s)(c2, c) << " != "
<< fermSite()(s2)(c2) << " for spin = " << s2
<< ", col = " << c2 << std::endl;
//}
}
}
}