aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhotonParticleContainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/PhotonParticleContainer.cpp')
-rw-r--r--Source/Particles/PhotonParticleContainer.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/Particles/PhotonParticleContainer.cpp b/Source/Particles/PhotonParticleContainer.cpp
index 95423e365..326f756b1 100644
--- a/Source/Particles/PhotonParticleContainer.cpp
+++ b/Source/Particles/PhotonParticleContainer.cpp
@@ -11,9 +11,11 @@
#include <WarpX.H>
#include <WarpXConst.H>
+
// Import low-level single-particle kernels
#include <UpdatePositionPhoton.H>
+
using namespace amrex;
PhotonParticleContainer::PhotonParticleContainer (AmrCore* amr_core, int ispecies,
@@ -29,7 +31,6 @@ PhotonParticleContainer::PhotonParticleContainer (AmrCore* amr_core, int ispecie
// store it into member data.
pp.query("size_in_inches", size_in_inches);
-
}
void PhotonParticleContainer::InitData()
@@ -109,5 +110,5 @@ PhotonParticleContainer::Evolve (int lev,
cEx, cEy, cEz,
cBx, cBy, cBz,
t, dt);
-}
+} \ No newline at end of file