1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-19 16:27:05 +01:00

QedFVol: Update ScalarVP module for compatibility with new scalar action

This commit is contained in:
James Harrison
2017-06-07 17:42:00 +01:00
parent c2b2b71c5d
commit e38612e6fa
2 changed files with 4 additions and 4 deletions

View File

@ -125,7 +125,7 @@ void TScalarVP::execute(void)
LOG(Message) << "Caching momentum space free scalar propagator"
<< " (mass= " << par().mass << ")..." << std::endl;
freeMomProp_ = env().createLattice<ScalarField>(freeMomPropName_);
Scalar<SIMPL>::MomentumSpacePropagator(*freeMomProp_, par().mass);
SIMPL::MomentumSpacePropagator(*freeMomProp_, par().mass);
}
else
{