diff --git a/Src/Particle/AMReX_ParticleInterpolators.H b/Src/Particle/AMReX_ParticleInterpolators.H index dc5c2578f7..504a63c2ac 100644 --- a/Src/Particle/AMReX_ParticleInterpolators.H +++ b/Src/Particle/AMReX_ParticleInterpolators.H @@ -31,8 +31,8 @@ struct Base * * \param p the particle to interpolate * \param arr the Array4 to interpolate to - * \param src_comp the particle component to start at - * \param dst_comp the mesh component to start at + * \param src_comp the particle component to start interpolating from + * \param dst_comp the mesh component to start writing to * \param num_comps the number of components to interpolate * \param f function for computing the particle quantity to interpolate * @@ -93,8 +93,8 @@ struct Base * * \param p the particle to interpolate * \param arr the Array4 to interpolate to - * \param src_comp the particle component to start at - * \param dst_comp the mesh component to start at + * \param src_comp the mesh component to start interpolating from + * \param dst_comp the particle component to start writing to * \param num_comps the number of components to interpolate * \param f function for computing the particle quantity to interpolate * \param g function that updates the particle given the mesh value