mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Added missing typename
This commit is contained in:
parent
90ad956340
commit
977f34dca6
@ -121,7 +121,7 @@ void TWall<FImpl>::execute(void)
|
|||||||
LOG(Message) << "Wall smearing " << par().q << std::endl;
|
LOG(Message) << "Wall smearing " << par().q << std::endl;
|
||||||
|
|
||||||
PropagatorField &q = *env().template getObject<PropagatorField>(par().q);
|
PropagatorField &q = *env().template getObject<PropagatorField>(par().q);
|
||||||
std::vector<SitePropagator::scalar_object> prop;
|
std::vector<typename SitePropagator::scalar_object> prop;
|
||||||
LatticeComplex ph(env().getGrid()), coor(env().getGrid());
|
LatticeComplex ph(env().getGrid()), coor(env().getGrid());
|
||||||
std::vector<Real> p;
|
std::vector<Real> p;
|
||||||
Complex i(0.0,1.0);
|
Complex i(0.0,1.0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user