diff options
author | 2019-11-12 14:58:34 +0100 | |
---|---|---|
committer | 2019-11-12 14:58:34 +0100 | |
commit | 00739fca2aba07259cbaa6420b217edd2b684b5c (patch) | |
tree | f74591f7123b2b2cb4fa871fc448a5285685edae /Source/Laser/LaserParticleContainer.cpp | |
parent | 10f40c8c9f750118794b9289f33642b7d34b4194 (diff) | |
download | WarpX-00739fca2aba07259cbaa6420b217edd2b684b5c.tar.gz WarpX-00739fca2aba07259cbaa6420b217edd2b684b5c.tar.zst WarpX-00739fca2aba07259cbaa6420b217edd2b684b5c.zip |
fixed bug
Diffstat (limited to 'Source/Laser/LaserParticleContainer.cpp')
-rw-r--r-- | Source/Laser/LaserParticleContainer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Laser/LaserParticleContainer.cpp b/Source/Laser/LaserParticleContainer.cpp index dbf00e3aa..a330200cc 100644 --- a/Source/Laser/LaserParticleContainer.cpp +++ b/Source/Laser/LaserParticleContainer.cpp @@ -133,6 +133,7 @@ LaserParticleContainer::LaserParticleContainer (AmrCore* amr_core, int ispecies, common_params.wavelength = wavelength; common_params.e_max = e_max; common_params.p_X = p_X; + common_params.nvec = nvec; m_up_laser_profile->init(pp, ParmParse{"my_constants"}, common_params); } |