1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-10 14:10:46 +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
<< std::endl;
env_.loadRandomGauge();
env_.loadUnitGauge();
execute(program_);
env_.freeAll();
}