ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/selection/SelectionEvaluator.cpp
(Generate patch)

Comparing trunk/src/selection/SelectionEvaluator.cpp (file contents):
Revision 2055 by gezelter, Fri Feb 6 18:49:27 2015 UTC vs.
Revision 2071 by gezelter, Sat Mar 7 21:41:51 2015 UTC

# Line 53 | Line 53 | namespace OpenMD {
53  
54   namespace OpenMD {
55  
56
56    SelectionEvaluator::SelectionEvaluator(SimInfo* si)
57      : info(si), nameFinder(info), distanceFinder(info), hullFinder(info),
58 <      indexFinder(info), hasSurfaceArea_(false),
60 <      isLoaded_(false){    
58 >      indexFinder(info), isLoaded_(false), hasSurfaceArea_(false) {
59      nObjects.push_back(info->getNGlobalAtoms() + info->getNGlobalRigidBodies());
60      nObjects.push_back(info->getNGlobalBonds());
61      nObjects.push_back(info->getNGlobalBends());
# Line 694 | Line 692 | namespace OpenMD {
692        break;
693      }
694      if (match)
695 <      bs.bitsets_[STUNTDOUBLE].setBitOn(sd->getGlobalIndex());
698 <
699 <    
695 >      bs.bitsets_[STUNTDOUBLE].setBitOn(sd->getGlobalIndex());    
696    }
701
697    
698 +  
699    void SelectionEvaluator::withinInstruction(const Token& instruction,
700                                               SelectionSet& bs){
701      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines