##// END OF EJS Templates
ancestor.deepest: decrement ninteresting correctly (issue3984)...
ancestor.deepest: decrement ninteresting correctly (issue3984) The invariant this code tries to hold is that ninteresting is the number of non-zero elements in the interesting array. interesting[nsp] is incremented at the same time as interesting[sp] is decremented. So if interesting[nsp] was previously 0, ninteresting shouldn't be decremented.

File last commit:

r1360:7d439981 default
r19503:f2dfda6a stable
Show More
__init__.py
1 line | 14 B | text/x-python | PythonLexer
# placeholder