1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

Decrease verbosity

This commit is contained in:
Azusa Yamaguchi 2016-12-12 09:08:04 +00:00
parent e9f0c0ea39
commit 1440565a10

View File

@ -614,9 +614,6 @@ PARALLEL_FOR_LOOP
PokeIndex<LorentzIndex>(UUUds, UUU, mu); PokeIndex<LorentzIndex>(UUUds, UUU, mu);
PokeIndex<LorentzIndex>(UUUds, UUUdag, mu+4); PokeIndex<LorentzIndex>(UUUds, UUUdag, mu+4);
std::cout << GridLogMessage << " Created the treble links for staggered Naik term" <<std::endl;
std::cout << GridLogMessage << " Multiplied the staggered phases which requires understanding the action conventions" <<std::endl;
} }
} }