aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhotonParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Luca Fedeli <luca.fedeli@cea.fr> 2019-09-12 18:00:11 +0200
committerGravatar Luca Fedeli <luca.fedeli@cea.fr> 2019-09-12 18:00:11 +0200
commit50f84adbb5d4a9ecbb004f8d19f4741aec979fe5 (patch)
tree890053f50fe00744dd1481487a2e105b0992a221 /Source/Particles/PhotonParticleContainer.cpp
parent46c213ff20dbb777da79bea6553cd0419b4b3284 (diff)
downloadWarpX-50f84adbb5d4a9ecbb004f8d19f4741aec979fe5.tar.gz
WarpX-50f84adbb5d4a9ecbb004f8d19f4741aec979fe5.tar.zst
WarpX-50f84adbb5d4a9ecbb004f8d19f4741aec979fe5.zip
Added decorators and removed old unused code
Diffstat (limited to 'Source/Particles/PhotonParticleContainer.cpp')
-rw-r--r--Source/Particles/PhotonParticleContainer.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Particles/PhotonParticleContainer.cpp b/Source/Particles/PhotonParticleContainer.cpp
index 1da8cace2..7025d658c 100644
--- a/Source/Particles/PhotonParticleContainer.cpp
+++ b/Source/Particles/PhotonParticleContainer.cpp
@@ -27,9 +27,6 @@ PhotonParticleContainer::PhotonParticleContainer (AmrCore* amr_core, int ispecie
// where <species> is the name of your species
ParmParse pp(species_name);
- // read <species>.size_in_inches in the input file, and
- // store it into member data.
- pp.query("size_in_inches", size_in_inches);
#ifdef WARPX_QED
//IF do_qed is enabled, find out if Breit Wheeler process is enabled