diff options
author | 2019-07-26 14:05:14 -0700 | |
---|---|---|
committer | 2019-07-26 14:05:14 -0700 | |
commit | 1b67c15a76868332487c203562ab3e824d2f2e65 (patch) | |
tree | 68a40bc220cd7d77e36ef6a38ffc3ce1c162d912 /Source/Particles/PhysicalParticleContainer.H | |
parent | c51759f954fc58b15efeeb492e56d1f58ce6b892 (diff) | |
download | WarpX-1b67c15a76868332487c203562ab3e824d2f2e65.tar.gz WarpX-1b67c15a76868332487c203562ab3e824d2f2e65.tar.zst WarpX-1b67c15a76868332487c203562ab3e824d2f2e65.zip |
get rid of Fortran field gather except for RZ
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.H')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.H | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.H b/Source/Particles/PhysicalParticleContainer.H index eebc9b55d..33572c87d 100644 --- a/Source/Particles/PhysicalParticleContainer.H +++ b/Source/Particles/PhysicalParticleContainer.H @@ -31,13 +31,13 @@ public: amrex::Real t, amrex::Real dt) override; #endif // WARPX_DO_ELECTROSTATIC - virtual void FieldGatherFortran (int lev, - const amrex::MultiFab& Ex, - const amrex::MultiFab& Ey, - const amrex::MultiFab& Ez, - const amrex::MultiFab& Bx, - const amrex::MultiFab& By, - const amrex::MultiFab& Bz) final; + virtual void FieldGather (int lev, + const amrex::MultiFab& Ex, + const amrex::MultiFab& Ey, + const amrex::MultiFab& Ez, + const amrex::MultiFab& Bx, + const amrex::MultiFab& By, + const amrex::MultiFab& Bz) final; void FieldGather (WarpXParIter& pti, RealVector& Exp, |