]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update a couple of comments.
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 21 Aug 2018 13:25:25 +0000 (07:25 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 22 Aug 2018 04:30:14 +0000 (22:30 -0600)
include/deal.II/particles/particle.h

index 5c0774b811ef2f9479490cb8b5f965fc7e5e7ce0..76cf7f8c6ee93779bdb5fc21771ec41525d20d61 100644 (file)
@@ -134,7 +134,7 @@ namespace Particles
     /**
      * Constructor for Particle, creates a particle from a data vector.
      * This constructor is usually called after serializing a particle by
-     * calling the write_data function.
+     * calling the write_data() function.
      *
      * @param[in,out] begin_data A pointer to a memory location from which
      * to read the information that completely describes a particle. This
@@ -178,9 +178,9 @@ namespace Particles
     /**
      * Write particle data into a data array. The array is expected
      * to be large enough to take the data, and the void pointer should
-     * point to the first element in which the data should be written. This
-     * function is meant for serializing all particle properties and
-     * afterwards de-serializing the properties by calling the appropriate
+     * point to the first entry of the array to which the data should be
+     * written. This function is meant for serializing all particle properties
+     * and later de-serializing the properties by calling the appropriate
      * constructor Particle(void *&data, PropertyPool *property_pool = NULL);
      *
      * @param [in,out] data The memory location to write particle data

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.