diff options
author | 2018-10-04 14:56:50 -0700 | |
---|---|---|
committer | 2018-10-04 14:56:50 -0700 | |
commit | f98df173fb6c97d6c1cd13e204ee37f478f6680a (patch) | |
tree | 568be5571bb8cd3bdb0b2ec280d975b103730020 /Source/LaserParticleContainer.H | |
parent | 05ce0b2b6ad15a989308bf9705b07562550103c1 (diff) | |
parent | 28f765dc6274f3c2b0bb32b7d62eb07f3f930ca9 (diff) | |
download | WarpX-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.H | 2 |
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; |