diff options
author | 2019-09-12 13:24:19 -0700 | |
---|---|---|
committer | 2019-09-12 13:24:19 -0700 | |
commit | 2e29e6b2f791f56898cd3ba3f4c351913f9db3c0 (patch) | |
tree | 865bda6b3c0040c36241515c678dd58d9eae9306 /Source/Particles/PhotonParticleContainer.cpp | |
parent | ffe29b742a5c9b3c898cd05ca2cd668f91a5bfaf (diff) | |
download | WarpX-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.cpp | 2 |
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 |