From f91a7109ed9091cfd04226c247dde57ea4dd02fe Mon Sep 17 00:00:00 2001 From: Andrew Myers Date: Tue, 28 Jan 2020 13:53:47 -0800 Subject: fix EOL whitespace --- Source/Particles/PhysicalParticleContainer.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/Particles/PhysicalParticleContainer.cpp') diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index 729ab7044..7a14e191e 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -1746,7 +1746,7 @@ PhysicalParticleContainer::PushPX (WarpXParIter& pti, Real dt, DtType a_dt_type) Real x, y, z; get_position(i, x, y, z); UpdatePosition(x, y, z, ux[i], uy[i], uz[i], dt ); - set_position(i, x, y, z); + set_position(i, x, y, z); } ); } else { @@ -1934,7 +1934,7 @@ void PhysicalParticleContainer::copy_attribs (WarpXParIter& pti) ParticleReal* AMREX_RESTRICT uzpold = tmp_particle_data[lev][index][TmpIdx::uzold].dataPtr(); const auto get_position = GetPosition(pti); - + ParallelFor( np, [=] AMREX_GPU_DEVICE (long i) { Real x, y, z; @@ -2213,7 +2213,7 @@ PhysicalParticleContainer::FieldGather (WarpXParIter& pti, box.grow(ngE); const auto get_position = GetPosition(pti, offset); - + // Lower corner of tile box physical domain const std::array& xyzmin = WarpX::LowerCorner(box, gather_lev); -- cgit v1.2.3