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/PhotonParticleContainer.cpp | |
parent | 340b8f23629c3246296b8e2287bbda49c1e39c13 (diff) | |
download | WarpX-f91a7109ed9091cfd04226c247dde57ea4dd02fe.tar.gz WarpX-f91a7109ed9091cfd04226c247dde57ea4dd02fe.tar.zst WarpX-f91a7109ed9091cfd04226c247dde57ea4dd02fe.zip |
fix EOL whitespace
Diffstat (limited to 'Source/Particles/PhotonParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhotonParticleContainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/PhotonParticleContainer.cpp b/Source/Particles/PhotonParticleContainer.cpp index 7e7451ab4..590b8b9dc 100644 --- a/Source/Particles/PhotonParticleContainer.cpp +++ b/Source/Particles/PhotonParticleContainer.cpp @@ -74,7 +74,7 @@ PhotonParticleContainer::PushPX(WarpXParIter& pti, Real dt, DtType a_dt_type) const auto get_position = GetPosition(pti); auto set_position = SetPosition(pti); - + amrex::ParallelFor( pti.numParticles(), [=] AMREX_GPU_DEVICE (long i) { |