From: Wolfgang Bangerth Date: Sat, 19 Dec 2020 00:10:30 +0000 (-0700) Subject: Clarify a comment in class Particle. X-Git-Tag: v9.3.0-rc1~740^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08b02c336264d5c81af88367fea8551a256bea89;p=dealii.git Clarify a comment in class Particle. --- 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