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

Added missing typename

This commit is contained in:
Lanny91 2017-01-26 13:18:33 +00:00
parent 90ad956340
commit 977f34dca6

View File

@ -121,7 +121,7 @@ void TWall<FImpl>::execute(void)
LOG(Message) << "Wall smearing " << par().q << std::endl;
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());
std::vector<Real> p;
Complex i(0.0,1.0);