Documentation fix for local atom set data
authorChristian Blau <cblau@gwdg.de>
Thu, 30 Jan 2020 09:39:44 +0000 (10:39 +0100)
committerPaul Bauer <paul.bauer.q@gmail.com>
Fri, 31 Jan 2020 12:28:08 +0000 (13:28 +0100)
Documentation for the collective index was wrong and is fixed now.

Change-Id: I3d780fe25eab3356892f1ceab4c110c6f40ca7c9

src/gromacs/domdec/localatomsetdata.h

index c6dd2cb85e68da8e9794a44860ad34317af22cc7..89cb5216fe03baa3f1f57e57af586690c767936b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2018,2019, by the GROMACS development team, led by
+ * Copyright (c) 2018,2019,2020, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -106,7 +106,7 @@ public:
     /*! \brief Global indices of the atoms in this set. */
     const std::vector<int> globalIndex_;
     /*! \brief Maps indices on this rank [0..num_atoms_local_) to global atom indicices,
-     * so that localIndex[i] = globalIndex[collectiveIndex[i]].
+     * so that localIndex[i] identifies the same atom as globalIndex[collectiveIndex[i]].
      *
      * This translation of locally dense atom data to global representation,
      * allows to adresses per-atom properties, e.g., scattering factors,