From 50f84adbb5d4a9ecbb004f8d19f4741aec979fe5 Mon Sep 17 00:00:00 2001 From: Luca Fedeli Date: Thu, 12 Sep 2019 18:00:11 +0200 Subject: Added decorators and removed old unused code --- Source/Particles/PhotonParticleContainer.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'Source/Particles/PhotonParticleContainer.cpp') 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 is the name of your species ParmParse pp(species_name); - // read .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 -- cgit v1.2.3