From 4e5ae1c4deff0c701f7bd64f7864472f37bec85e Mon Sep 17 00:00:00 2001 From: blaisb Date: Wed, 6 May 2020 20:45:51 -0400 Subject: [PATCH] Fixed the missing documentation in the particle utilities --- include/deal.II/particles/utilities.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/particles/utilities.h b/include/deal.II/particles/utilities.h index 43a1368554..422077946b 100644 --- a/include/deal.II/particles/utilities.h +++ b/include/deal.II/particles/utilities.h @@ -165,12 +165,12 @@ namespace Particles * Interpolate a field to the position of the particles of a * particle_handler * - * Given a DoFHandler and a particle handler, interpolates a vector field + * Given a DoFHandler and a ParticleHandler, interpolates a vector field * at the position of the particles. The result is stored in an output * vector whose size corresponds to the number of locally owned particles * * number of active components * - * @param[in] dof_handler The DOF Handler which was used to generate the + * @param[in] field_dh The DOF Handler which was used to generate the * field vector that is to be interpolated. * * @param[in] particle_handler The particle handler whose particle serve as -- 2.39.5