--- trunk/OOPSE-2.0/src/primitives/Molecule.hpp 2005/01/12 22:41:40 1930 +++ trunk/OOPSE-2.0/src/primitives/Molecule.hpp 2005/01/14 01:56:04 1943 @@ -111,8 +111,8 @@ class Molecule { * Sets the global index of this molecule. * @param new global index to be set */ - int setGlobalIndex(int index) { - return globalIndex_; + void setGlobalIndex(int index) { + globalIndex_ = index; }