--- branches/development/src/brains/SimInfo.cpp 2011/06/16 22:00:08 1583 +++ branches/development/src/brains/SimInfo.cpp 2011/06/21 06:34:35 1586 @@ -859,6 +859,7 @@ namespace OpenMD { massFactors_.clear(); massFactors_.resize(getNAtoms(), 1.0); + cerr << "mfs in si = " << massFactors_.size() << "\n"; for(mol = beginMolecule(mi); mol != NULL; mol = nextMolecule(mi)) { for (cg = mol->beginCutoffGroup(ci); cg != NULL; cg = mol->nextCutoffGroup(ci)) {