# | 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 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |