aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/LaserParticleContainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/LaserParticleContainer.cpp')
-rw-r--r--Source/Particles/LaserParticleContainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/LaserParticleContainer.cpp b/Source/Particles/LaserParticleContainer.cpp
index 94e67065d..b56129dc0 100644
--- a/Source/Particles/LaserParticleContainer.cpp
+++ b/Source/Particles/LaserParticleContainer.cpp
@@ -122,7 +122,7 @@ LaserParticleContainer::LaserParticleContainer (AmrCore* amr_core, int ispecies,
);
pp_laser_name.query("do_continuous_injection", do_continuous_injection);
- pp_laser_name.query("min_particles_per_mode", m_min_particles_per_mode);
+ queryWithParser(pp_laser_name, "min_particles_per_mode", m_min_particles_per_mode);
if (m_e_max == amrex::Real(0.)){
ablastr::warn_manager::WMRecordWarning("Laser",