aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhotonParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-09-12 13:24:19 -0700
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-09-12 13:24:19 -0700
commit2e29e6b2f791f56898cd3ba3f4c351913f9db3c0 (patch)
tree865bda6b3c0040c36241515c678dd58d9eae9306 /Source/Particles/PhotonParticleContainer.cpp
parentffe29b742a5c9b3c898cd05ca2cd668f91a5bfaf (diff)
downloadWarpX-2e29e6b2f791f56898cd3ba3f4c351913f9db3c0.tar.gz
WarpX-2e29e6b2f791f56898cd3ba3f4c351913f9db3c0.tar.zst
WarpX-2e29e6b2f791f56898cd3ba3f4c351913f9db3c0.zip
remove outdated comment
Diffstat (limited to 'Source/Particles/PhotonParticleContainer.cpp')
-rw-r--r--Source/Particles/PhotonParticleContainer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Particles/PhotonParticleContainer.cpp b/Source/Particles/PhotonParticleContainer.cpp
index 4d11b9bae..f2eb147de 100644
--- a/Source/Particles/PhotonParticleContainer.cpp
+++ b/Source/Particles/PhotonParticleContainer.cpp
@@ -23,8 +23,6 @@ PhotonParticleContainer::PhotonParticleContainer (AmrCore* amr_core, int ispecie
: PhysicalParticleContainer(amr_core, ispecies, name)
{
- // This will read <species>.[...] from the inputs file
- // where <species> is the name of your species
ParmParse pp(species_name);
#ifdef WARPX_QED