From 08b02c336264d5c81af88367fea8551a256bea89 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 18 Dec 2020 17:10:30 -0700 Subject: [PATCH] Clarify a comment in class Particle. --- include/deal.II/particles/particle.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/deal.II/particles/particle.h b/include/deal.II/particles/particle.h index 11ab8b7ada..7c54a29ba4 100644 --- a/include/deal.II/particles/particle.h +++ b/include/deal.II/particles/particle.h @@ -182,7 +182,8 @@ namespace Particles * @param[in,out] begin_data A pointer to a memory location from which * to read the information that completely describes a particle. This * class then de-serializes its data from this memory location and - * advance the pointer accordingly. + * advances the pointer beyond the data that has been read to initialize + * the particle information. * * @param[in,out] property_pool An optional pointer to a property pool * that is used to manage the property data used by this particle. Note that -- 2.39.5