diff options
author | 2018-08-05 11:07:48 -0700 | |
---|---|---|
committer | 2018-08-05 11:07:48 -0700 | |
commit | 7017ee26c8732f51ec6b5e0ea7da9e7d48664be9 (patch) | |
tree | 161b4e699da1fc494f182c33d3ddf890ec13237d /Source/LaserParticleContainer.cpp | |
parent | 612e7b1070af9ccc870d6767a1a520112e1fb5cf (diff) | |
download | WarpX-7017ee26c8732f51ec6b5e0ea7da9e7d48664be9.tar.gz WarpX-7017ee26c8732f51ec6b5e0ea7da9e7d48664be9.tar.zst WarpX-7017ee26c8732f51ec6b5e0ea7da9e7d48664be9.zip |
minor cleaning
Diffstat (limited to 'Source/LaserParticleContainer.cpp')
-rw-r--r-- | Source/LaserParticleContainer.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/LaserParticleContainer.cpp b/Source/LaserParticleContainer.cpp index 4868f36ba..19e93f9ea 100644 --- a/Source/LaserParticleContainer.cpp +++ b/Source/LaserParticleContainer.cpp @@ -57,9 +57,6 @@ LaserParticleContainer::LaserParticleContainer (AmrCore* amr_core, int ispecies) pp.get("profile_duration", profile_duration); pp.get("profile_t_peak", profile_t_peak); pp.get("profile_focal_distance", profile_focal_distance); -// zeta = 0.; -// beta = 0.; -// phi2 = 0.; pp.query("zeta", zeta); pp.query("beta", beta); pp.query("phi2", phi2); |