mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-19 16:27:05 +01:00
QedFVol: Implement charged propagator calculation within ScalarVP module
This commit is contained in:
@ -100,7 +100,7 @@ void TChargedProp::execute(void)
|
||||
{
|
||||
GFSrc_ = env().getObject<ScalarField>(GFSrcName_);
|
||||
}
|
||||
// cache free scalar propagator
|
||||
// cache position-space free scalar propagator
|
||||
if (!env().hasCreatedObject(prop0Name_))
|
||||
{
|
||||
prop0_ = env().createLattice<ScalarField>(prop0Name_);
|
||||
|
Reference in New Issue
Block a user