mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-18 15:57:05 +01:00
big cleanup of the Photon class + QED Coulomb gauge
This commit is contained in:
@ -70,7 +70,7 @@ void TStochEm::execute(void)
|
||||
LOG(Message) << "Generating stochastic EM potential..." << std::endl;
|
||||
|
||||
std::vector<Real> improvements = strToVec<Real>(par().improvement);
|
||||
PhotonR photon(par().gauge, par().zmScheme, improvements, par().G0_qedInf);
|
||||
PhotonR photon(envGetGrid(EmField), par().gauge, par().zmScheme, improvements);
|
||||
auto &a = envGet(EmField, getName());
|
||||
auto &w = envGet(EmComp, "_" + getName() + "_weight");
|
||||
|
||||
|
Reference in New Issue
Block a user