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

Comparing trunk/OOPSE-2.0/src/selection/SelectionEvaluator.cpp (file contents):
Revision 2099 by tim, Wed Mar 9 18:46:16 2005 UTC vs.
Revision 2102 by tim, Thu Mar 10 16:14:07 2005 UTC

# Line 86 | Line 86 | void SelectionEvaluator::clearState() {
86   }
87  
88   void SelectionEvaluator::clearState() {
89    //for (int i = scriptLevelMax; --i >= 0; )
90    //    stack[i].clear();
91    //scriptLevel = 0;
89      error = false;
90      errorMessage = "";
91   }
# Line 230 | Line 227 | BitSet SelectionEvaluator::comparatorInstruction(const
227              compareProperty(atom, bs, property, comparator, comparisonValue);
228          }
229          
233        //change the positions of atoms which belong to the rigidbodies
230          for (rb = mol->beginRigidBody(rbIter); rb != NULL; rb = mol->nextRigidBody(rbIter)) {
231              compareProperty(rb, bs, property, comparator, comparisonValue);
232          }        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines