diff --git a/src/GenericWholeMolecules.cpp b/src/GenericWholeMolecules.cpp index 97ebb31e6fad44f04447ff7652c5aac1fda12116..f0983006dded670d1cb0111a0e75aec0115bd0d6 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);