diff options
author | 2020-01-28 13:53:47 -0800 | |
---|---|---|
committer | 2020-01-28 13:53:47 -0800 | |
commit | f91a7109ed9091cfd04226c247dde57ea4dd02fe (patch) | |
tree | 112ed06512ef18055d82996261fdd658e8f0435d /Source/Particles/PhysicalParticleContainer.cpp | |
parent | 340b8f23629c3246296b8e2287bbda49c1e39c13 (diff) | |
download | WarpX-f91a7109ed9091cfd04226c247dde57ea4dd02fe.tar.gz WarpX-f91a7109ed9091cfd04226c247dde57ea4dd02fe.tar.zst WarpX-f91a7109ed9091cfd04226c247dde57ea4dd02fe.zip |
fix EOL whitespace
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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<Real, 3>& xyzmin = WarpX::LowerCorner(box, gather_lev); |