1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

Hadrons: for the moment, test with unit gauge

This commit is contained in:
Antonin Portelli 2016-05-01 14:50:57 -07:00
parent 7905c5b8e5
commit 63b730de80

View File

@ -189,7 +189,7 @@ void Application::configLoop(void)
{ {
LOG(Message) << "Starting measurement for trajectory " << t LOG(Message) << "Starting measurement for trajectory " << t
<< std::endl; << std::endl;
env_.loadRandomGauge(); env_.loadUnitGauge();
execute(program_); execute(program_);
env_.freeAll(); env_.freeAll();
} }