--- trunk/src/selection/SelectionEvaluator.cpp 2015/03/07 16:59:57 2070 +++ trunk/src/selection/SelectionEvaluator.cpp 2015/03/07 21:41:51 2071 @@ -53,11 +53,9 @@ namespace OpenMD { namespace OpenMD { - SelectionEvaluator::SelectionEvaluator(SimInfo* si) : info(si), nameFinder(info), distanceFinder(info), hullFinder(info), - indexFinder(info), hasSurfaceArea_(false), - isLoaded_(false){ + indexFinder(info), isLoaded_(false), hasSurfaceArea_(false) { nObjects.push_back(info->getNGlobalAtoms() + info->getNGlobalRigidBodies()); nObjects.push_back(info->getNGlobalBonds()); nObjects.push_back(info->getNGlobalBends()); @@ -694,12 +692,10 @@ namespace OpenMD { break; } if (match) - bs.bitsets_[STUNTDOUBLE].setBitOn(sd->getGlobalIndex()); - - + bs.bitsets_[STUNTDOUBLE].setBitOn(sd->getGlobalIndex()); } - + void SelectionEvaluator::withinInstruction(const Token& instruction, SelectionSet& bs){