diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/Particles/PhotonParticleContainer.H | 3 | ||||
-rw-r--r-- | Source/Particles/PhotonParticleContainer.cpp | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Source/Particles/PhotonParticleContainer.H b/Source/Particles/PhotonParticleContainer.H index 3f948271b..1c2c61dac 100644 --- a/Source/Particles/PhotonParticleContainer.H +++ b/Source/Particles/PhotonParticleContainer.H @@ -48,7 +48,7 @@ public: - + // DepositCurrent should do nothing for photons virtual void DepositCurrent(WarpXParIter& pti, RealVector& wp, RealVector& uxp, @@ -65,6 +65,7 @@ public: int depos_lev, amrex::Real dt) override {}; + // DepositCurrentFortran should do nothing for photons virtual void DepositCurrentFortran(WarpXParIter& pti, RealVector& wp, RealVector& uxp, 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(), |