aboutsummaryrefslogtreecommitdiff
path: root/Source/ParticleContainer.H
diff options
context:
space:
mode:
authorGravatar Andrew Myers <atmyers2@gmail.com> 2018-10-04 14:56:50 -0700
committerGravatar GitHub <noreply@github.com> 2018-10-04 14:56:50 -0700
commitf98df173fb6c97d6c1cd13e204ee37f478f6680a (patch)
tree568be5571bb8cd3bdb0b2ec280d975b103730020 /Source/ParticleContainer.H
parent05ce0b2b6ad15a989308bf9705b07562550103c1 (diff)
parent28f765dc6274f3c2b0bb32b7d62eb07f3f930ca9 (diff)
downloadWarpX-f98df173fb6c97d6c1cd13e204ee37f478f6680a.tar.gz
WarpX-f98df173fb6c97d6c1cd13e204ee37f478f6680a.tar.zst
WarpX-f98df173fb6c97d6c1cd13e204ee37f478f6680a.zip
Merge pull request #10 from RemiLehe/charge_buffers
Implement charge buffers
Diffstat (limited to 'Source/ParticleContainer.H')
-rw-r--r--Source/ParticleContainer.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/ParticleContainer.H b/Source/ParticleContainer.H
index 55d064cd2..8a4033795 100644
--- a/Source/ParticleContainer.H
+++ b/Source/ParticleContainer.H
@@ -98,7 +98,7 @@ public:
const amrex::MultiFab& Bx, const amrex::MultiFab& By, const amrex::MultiFab& Bz,
amrex::MultiFab& jx, amrex::MultiFab& jy, amrex::MultiFab& jz,
amrex::MultiFab* cjx, amrex::MultiFab* cjy, amrex::MultiFab* cjz,
- amrex::MultiFab* rho,
+ amrex::MultiFab* rho, amrex::MultiFab* crho,
const amrex::MultiFab* cEx, const amrex::MultiFab* cEy, const amrex::MultiFab* cEz,
const amrex::MultiFab* cBx, const amrex::MultiFab* cBy, const amrex::MultiFab* cBz,
amrex::Real t, amrex::Real dt);