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:
parent
2f0dd83016
commit
db3837be22
@ -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_))
|
||||
|
Loading…
Reference in New Issue
Block a user