mirror of
https://github.com/paboyle/Grid.git
synced 2026-01-01 18:29:29 +00:00
Hadrons: environment with fully generic object store
This commit is contained in:
@@ -61,6 +61,6 @@ void GUnit::setup(void)
|
||||
void GUnit::execute(void)
|
||||
{
|
||||
LOG(Message) << "Creating unit gauge configuration" << std::endl;
|
||||
LatticeGaugeField &U = *env().create<LatticeGaugeField>(getName());
|
||||
LatticeGaugeField &U = *env().createLattice<LatticeGaugeField>(getName());
|
||||
SU3::ColdConfiguration(*env().get4dRng(), U);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user