aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhotonParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Andrew Myers <atmyers2@gmail.com> 2020-01-27 13:47:28 -0800
committerGravatar Andrew Myers <atmyers2@gmail.com> 2020-01-27 13:47:28 -0800
commitcb93a9c54bd616ca01d189a0eaa910ac82a5c899 (patch)
treebe0621c397672e007ba9888108603b1031cd8eb5 /Source/Particles/PhotonParticleContainer.cpp
parent4b4f13857bd4fd623096a367b784e30fe15a8810 (diff)
downloadWarpX-cb93a9c54bd616ca01d189a0eaa910ac82a5c899.tar.gz
WarpX-cb93a9c54bd616ca01d189a0eaa910ac82a5c899.tar.zst
WarpX-cb93a9c54bd616ca01d189a0eaa910ac82a5c899.zip
fix EOL whitespace
Diffstat (limited to 'Source/Particles/PhotonParticleContainer.cpp')
-rw-r--r--Source/Particles/PhotonParticleContainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/PhotonParticleContainer.cpp b/Source/Particles/PhotonParticleContainer.cpp
index bf4ed7055..a4d738f93 100644
--- a/Source/Particles/PhotonParticleContainer.cpp
+++ b/Source/Particles/PhotonParticleContainer.cpp
@@ -59,7 +59,7 @@ PhotonParticleContainer::PushPX(WarpXParIter& pti, Real dt, DtType a_dt_type)
// Extract pointers to the different particle quantities
auto& aos = pti.GetArrayOfStructs();
ParticleType* AMREX_RESTRICT const pstruct = aos().dataPtr();
-
+
ParticleReal* const AMREX_RESTRICT ux = attribs[PIdx::ux].dataPtr();
ParticleReal* const AMREX_RESTRICT uy = attribs[PIdx::uy].dataPtr();
ParticleReal* const AMREX_RESTRICT uz = attribs[PIdx::uz].dataPtr();