aboutsummaryrefslogtreecommitdiff
path: root/Source/LaserParticleContainer.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/LaserParticleContainer.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/LaserParticleContainer.H')
-rw-r--r--Source/LaserParticleContainer.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/LaserParticleContainer.H b/Source/LaserParticleContainer.H
index b5dcf72a6..8fe012fc0 100644
--- a/Source/LaserParticleContainer.H
+++ b/Source/LaserParticleContainer.H
@@ -28,7 +28,7 @@ public:
const amrex::MultiFab&, const amrex::MultiFab&, const amrex::MultiFab&,
amrex::MultiFab& jx, amrex::MultiFab& jy, amrex::MultiFab& jz,
amrex::MultiFab*, amrex::MultiFab*, amrex::MultiFab*,
- amrex::MultiFab* rho,
+ amrex::MultiFab* rho, amrex::MultiFab* crho,
const amrex::MultiFab*, const amrex::MultiFab*, const amrex::MultiFab*,
const amrex::MultiFab*, const amrex::MultiFab*, const amrex::MultiFab*,
amrex::Real t, amrex::Real dt) final;