diff options
author | 2020-01-31 08:08:28 -0800 | |
---|---|---|
committer | 2020-01-31 08:08:28 -0800 | |
commit | e1a4813b2cf90ba8112acd6211304a3c92d09af9 (patch) | |
tree | 1b26fca0f54621c254fdceb2afff5f0a7a36b1b3 /Source | |
parent | 91062510e5810099823de9d1356902d157bdf1f3 (diff) | |
download | WarpX-e1a4813b2cf90ba8112acd6211304a3c92d09af9.tar.gz WarpX-e1a4813b2cf90ba8112acd6211304a3c92d09af9.tar.zst WarpX-e1a4813b2cf90ba8112acd6211304a3c92d09af9.zip |
fix EOL whitespace
Diffstat (limited to 'Source')
-rw-r--r-- | Source/Particles/Pusher/GetAndSetPosition.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Particles/Pusher/GetAndSetPosition.H b/Source/Particles/Pusher/GetAndSetPosition.H index 5951800d8..fe7442a9e 100644 --- a/Source/Particles/Pusher/GetAndSetPosition.H +++ b/Source/Particles/Pusher/GetAndSetPosition.H @@ -5,7 +5,7 @@ #include <WarpXParticleContainer.H> #include <AMReX_REAL.H> -/** \brief Functor that can be used to extract the positions of the macroparticles +/** \brief Functor that can be used to extract the positions of the macroparticles * inside a ParallelFor kernel * * \param a_pti iterator to the tile containing the macroparticles @@ -55,7 +55,7 @@ struct GetParticlePosition } }; -/** \brief Functor that can be used to modify the positions of the macroparticles, +/** \brief Functor that can be used to modify the positions of the macroparticles, * inside a ParallelFor kernel. * * \param a_pti iterator to the tile being modified |