diff options
author | 2020-02-06 14:50:41 -0800 | |
---|---|---|
committer | 2020-02-06 14:50:41 -0800 | |
commit | 41afe33ace13a462da40de760217f17151a03d0c (patch) | |
tree | c3bdf08a657d7a25683caaabe63faf4864544f7d /Source/Particles/ParticleCreation | |
parent | d14f2a0295ec9912d87f507e30e083abba7f7e58 (diff) | |
download | WarpX-41afe33ace13a462da40de760217f17151a03d0c.tar.gz WarpX-41afe33ace13a462da40de760217f17151a03d0c.tar.zst WarpX-41afe33ace13a462da40de760217f17151a03d0c.zip |
fix EOL whitespace
Diffstat (limited to 'Source/Particles/ParticleCreation')
-rw-r--r-- | Source/Particles/ParticleCreation/FilterCopyTransform.H | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/Particles/ParticleCreation/FilterCopyTransform.H b/Source/Particles/ParticleCreation/FilterCopyTransform.H index 6e9e2f474..5a6d86619 100644 --- a/Source/Particles/ParticleCreation/FilterCopyTransform.H +++ b/Source/Particles/ParticleCreation/FilterCopyTransform.H @@ -144,8 +144,8 @@ Index filterCopyTransformParticles (DstTile& dst, SrcTile& src, Index dst_index, /** * \brief Apply a filter, copy, and transform operation to the particles - * in src, in that order, writing the results to dst1 and dst2, starting - * at dst1_index and dst2_index. The dst tiles will be extended so all the + * in src, in that order, writing the results to dst1 and dst2, starting + * at dst1_index and dst2_index. The dst tiles will be extended so all the * particles will fit, if needed. * * Note that the transform function operates on all of src, dst1, and dst2, @@ -206,7 +206,7 @@ Index filterCopyTransformParticles (DstTile& dst1, DstTile& dst2, SrcTile& src, const auto src_data = src.getParticleTileData(); auto dst1_data = dst1.getParticleTileData(); auto dst2_data = dst2.getParticleTileData(); - + AMREX_HOST_DEVICE_FOR_1D( np, i, { if (mask[i]) @@ -228,8 +228,8 @@ Index filterCopyTransformParticles (DstTile& dst1, DstTile& dst2, SrcTile& src, /** * \brief Apply a filter, copy, and transform operation to the particles - * in src, in that order, writing the results to dst1 and dst2, starting - * at dst1_index and dst2_index. The dst tiles will be extended so all the + * in src, in that order, writing the results to dst1 and dst2, starting + * at dst1_index and dst2_index. The dst tiles will be extended so all the * particles will fit, if needed. * * Note that the transform function operates on all of src, dst1, and dst2, |