diff options
-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 d8a927c74..f024cc1d1 100644 --- a/Source/Particles/Pusher/GetAndSetPosition.H +++ b/Source/Particles/Pusher/GetAndSetPosition.H @@ -26,7 +26,7 @@ struct GetParticlePosition #endif } - /** \brief Extract the particle's cartesian position coordinates + /** \brief Extract the particle's cartesian position coordinates * and store them in the variables `x`, `y`, `z` */ AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void operator() (const int i, RType& x, RType& y, RType& z) const noexcept @@ -67,7 +67,7 @@ struct SetParticlePosition #endif } - /** \brief Extract the particle's cartesian position coordinates + /** \brief Extract the particle's cartesian position coordinates * and store them in the variables `x`, `y`, `z` */ AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE void operator() (const int i, RType x, RType y, RType z) const noexcept |