--- trunk/src/primitives/Molecule.cpp 2015/01/13 20:14:57 2054 +++ trunk/src/primitives/Molecule.cpp 2015/03/07 21:41:51 2071 @@ -57,10 +57,11 @@ namespace OpenMD { namespace OpenMD { Molecule::Molecule(int stampId, int globalIndex, const std::string& molName, - int region) : stampId_(stampId), + int region) : globalIndex_(globalIndex), - moleculeName_(molName), - region_(region), + stampId_(stampId), + region_(region), + moleculeName_(molName), constrainTotalCharge_(false) { }