From: blaisb Date: Thu, 7 May 2020 00:45:51 +0000 (-0400) Subject: Fixed the missing documentation in the particle utilities X-Git-Tag: v9.2.0-rc1~53^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e5ae1c4deff0c701f7bd64f7864472f37bec85e;p=dealii.git Fixed the missing documentation in the particle utilities --- 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