diff options
author | 2018-10-04 14:56:50 -0700 | |
---|---|---|
committer | 2018-10-04 14:56:50 -0700 | |
commit | f98df173fb6c97d6c1cd13e204ee37f478f6680a (patch) | |
tree | 568be5571bb8cd3bdb0b2ec280d975b103730020 /Source/RigidInjectedParticleContainer.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/RigidInjectedParticleContainer.H')
-rw-r--r-- | Source/RigidInjectedParticleContainer.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/RigidInjectedParticleContainer.H b/Source/RigidInjectedParticleContainer.H index 18e9743ce..f2440ad7a 100644 --- a/Source/RigidInjectedParticleContainer.H +++ b/Source/RigidInjectedParticleContainer.H @@ -32,6 +32,7 @@ public: amrex::MultiFab* cjy, amrex::MultiFab* cjz, amrex::MultiFab* rho, + amrex::MultiFab* crho, const amrex::MultiFab* cEx, const amrex::MultiFab* cEy, const amrex::MultiFab* cEz, |