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:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user