1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

QedFVol: Change “double” to “Real” in ScalarVP.cc

This commit is contained in:
James Harrison 2017-05-03 13:26:49 +01:00
parent 2f0dd83016
commit db3837be22

View File

@ -125,7 +125,7 @@ void TScalarVP::execute(void)
ScalarField &source = *env().getObject<ScalarField>(par().source);
Complex ci(0.0,1.0);
FFT fft(env().getGrid());
double q = par().charge;
Real q = par().charge;
// cache momentum-space free scalar propagator
if (!env().hasCreatedObject(freeMomPropName_))