aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/LaserParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Neïl Zaim <49716072+NeilZaim@users.noreply.github.com> 2021-10-12 00:54:19 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-11 15:54:19 -0700
commit17e157e8eefece6c3e77ab6884fb3f2cd1aa3b8f (patch)
tree11fd885b399525ae1885788ab6c3eceaded1988b /Source/Particles/LaserParticleContainer.cpp
parent8a6287989c02877b0691267cc4ad0bf7d80e4c35 (diff)
downloadWarpX-17e157e8eefece6c3e77ab6884fb3f2cd1aa3b8f.tar.gz
WarpX-17e157e8eefece6c3e77ab6884fb3f2cd1aa3b8f.tar.zst
WarpX-17e157e8eefece6c3e77ab6884fb3f2cd1aa3b8f.zip
Remove unused pusher_algo parameter (#2388)
Diffstat (limited to 'Source/Particles/LaserParticleContainer.cpp')
-rw-r--r--Source/Particles/LaserParticleContainer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Particles/LaserParticleContainer.cpp b/Source/Particles/LaserParticleContainer.cpp
index d7f645f2c..1f5a7e8d0 100644
--- a/Source/Particles/LaserParticleContainer.cpp
+++ b/Source/Particles/LaserParticleContainer.cpp
@@ -97,7 +97,6 @@ LaserParticleContainer::LaserParticleContainer (AmrCore* amr_core, int ispecies,
getArrWithParser(pp_laser_name, "direction", m_nvec);
getArrWithParser(pp_laser_name, "polarization", m_p_X);
- pp_laser_name.query("pusher_algo", m_pusher_algo);
getWithParser(pp_laser_name, "wavelength", m_wavelength);
AMREX_ALWAYS_ASSERT_WITH_MESSAGE(
m_wavelength > 0, "The laser wavelength must be >0.");