aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/LaserParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2021-03-30 20:25:02 -0700
committerGravatar GitHub <noreply@github.com> 2021-03-30 20:25:02 -0700
commit99acee0e0e36e3d6d1a66d07c19f3f3818f6e0f9 (patch)
tree1abf074fb92020874a5a398ef95af2fe30c7b401 /Source/Particles/LaserParticleContainer.cpp
parentbf4d68aced9a4f70c79c786ea717b26482a0196f (diff)
downloadWarpX-99acee0e0e36e3d6d1a66d07c19f3f3818f6e0f9.tar.gz
WarpX-99acee0e0e36e3d6d1a66d07c19f3f3818f6e0f9.tar.zst
WarpX-99acee0e0e36e3d6d1a66d07c19f3f3818f6e0f9.zip
Remove the avg_aux fields (#1849)
* Remove the avg_aux fields * Update 3D benchmark * Update benchmark in 2D * Initialize Bfield_avg_cp * Fix two whitespaces left out * Fix two more whitespaces left out Co-authored-by: Edoardo Zoni <59625522+EZoni@users.noreply.github.com>
Diffstat (limited to 'Source/Particles/LaserParticleContainer.cpp')
-rw-r--r--Source/Particles/LaserParticleContainer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Particles/LaserParticleContainer.cpp b/Source/Particles/LaserParticleContainer.cpp
index 313fb7944..03b623a6d 100644
--- a/Source/Particles/LaserParticleContainer.cpp
+++ b/Source/Particles/LaserParticleContainer.cpp
@@ -413,8 +413,6 @@ void
LaserParticleContainer::Evolve (int lev,
const MultiFab&, const MultiFab&, const MultiFab&,
const MultiFab&, const MultiFab&, const MultiFab&,
- const MultiFab&, const MultiFab&, const MultiFab&,
- const MultiFab&, const MultiFab&, const MultiFab&,
MultiFab& jx, MultiFab& jy, MultiFab& jz,
MultiFab* cjx, MultiFab* cjy, MultiFab* cjz,
MultiFab* rho, MultiFab* crho,