diff options
author | 2019-08-29 17:51:28 +0200 | |
---|---|---|
committer | 2019-08-29 17:51:28 +0200 | |
commit | 3992ec8b1de4c38b100e1b01360ae41836e5a413 (patch) | |
tree | 53148ffd694e7d0319cb933e9aa905190d94e73b /Source/Particles/PhotonParticleContainer.cpp | |
parent | 4c2c9f149dffcd7943db92444490ade82ae47b67 (diff) | |
download | WarpX-3992ec8b1de4c38b100e1b01360ae41836e5a413.tar.gz WarpX-3992ec8b1de4c38b100e1b01360ae41836e5a413.tar.zst WarpX-3992ec8b1de4c38b100e1b01360ae41836e5a413.zip |
Added some comments
Diffstat (limited to 'Source/Particles/PhotonParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhotonParticleContainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/PhotonParticleContainer.cpp b/Source/Particles/PhotonParticleContainer.cpp index 5c84f8199..64b2e0095 100644 --- a/Source/Particles/PhotonParticleContainer.cpp +++ b/Source/Particles/PhotonParticleContainer.cpp @@ -69,7 +69,7 @@ PhotonParticleContainer::PushPX(WarpXParIter& pti, copy_attribs(pti, x, y, z); } - //No need to update momentum for photons (now) + //No need to update momentum for photons (for now) amrex::ParallelFor( pti.numParticles(), |