From d4b94e51916cb7b1224b6d64ee4e28c3aa280000 Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Sun, 24 Jul 2011 19:14:01 +0200
Subject: [PATCH] Small cleanup

Added some doc and removed declaration of an unused function
---
 src/GenericWholeMolecules.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/GenericWholeMolecules.cpp b/src/GenericWholeMolecules.cpp
index 97ebb31e6..f0983006d 100644
--- a/src/GenericWholeMolecules.cpp
+++ b/src/GenericWholeMolecules.cpp
@@ -31,7 +31,9 @@ a variable without pbc or the \ref DUMPATOMS directive.
 This directive is modifying the stored position in the precise moment
 when it get executed. This means that only collective variables
 which are below this in the input script will see the corrected positions.
-As a general rule, put it at the top of the input file.
+As a general rule, put it at the top of the input file. Also, unless you
+know exactly what you are doing, leave the default stride (1), so that
+it acts at every step.
 */
 //+ENDPLUMEDOC
 
@@ -41,8 +43,6 @@ class GenericWholeMolecules:
   public ActionAtomistic
 {
   vector<vector<AtomNumber> > groups;
-protected:
-  Vector & modifyPosition(unsigned);
   Vector & modifyPosition(AtomNumber);
 public:
   GenericWholeMolecules(const ActionOptions&ao);
-- 
GitLab