From 3992ec8b1de4c38b100e1b01360ae41836e5a413 Mon Sep 17 00:00:00 2001 From: Luca Fedeli Date: Thu, 29 Aug 2019 17:51:28 +0200 Subject: Added some comments --- Source/Particles/PhotonParticleContainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Particles/PhotonParticleContainer.cpp') 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(), -- cgit v1.2.3