AtomIterators.cpp (pymol-v1.8.6.0.tar.bz2) | : | AtomIterators.cpp (pymol-v2.1.0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 99 | skipping to change at line 99 | |||
SelectorUpdateTable(G, statearg, sele_); | SelectorUpdateTable(G, statearg, sele_); | |||
setPerObject(false); | setPerObject(false); | |||
reset(); | reset(); | |||
} | } | |||
void SeleCoordIterator::reset() { | void SeleCoordIterator::reset() { | |||
a = cNDummyAtoms - 1; | a = cNDummyAtoms - 1; | |||
state = statearg; | state = statearg; | |||
prev_obj = NULL; | prev_obj = NULL; | |||
cs = NULL; | ||||
if (isMultistate()) { | if (isMultistate()) { | |||
state = 0; | state = 0; | |||
statemax = 0; | statemax = 0; | |||
} | } | |||
} | } | |||
/* | /* | |||
* advance the internal state to the next atom, return false if there is no | * advance the internal state to the next atom, return false if there is no | |||
* next atom | * next atom | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |