mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
qed-fvol: Photon parameter name fix
This commit is contained in:
parent
9ac3ac41df
commit
db9c28a773
@ -62,8 +62,8 @@ int main(int argc, char *argv[])
|
||||
std::vector<int> mpi_layout = GridDefaultMpi();
|
||||
GridCartesian grid(latt_size,simd_layout,mpi_layout);
|
||||
GridParallelRNG pRNG(&grid);
|
||||
PhotonR photon(PhotonR::Gauge::Feynman,
|
||||
PhotonR::ZmScheme::QedL);
|
||||
PhotonR photon(PhotonR::Gauge::feynman,
|
||||
PhotonR::ZmScheme::qedL);
|
||||
EmField a(&grid);
|
||||
EmField expA(&grid);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user