「view this page in B3 βῆτα server」

Revisions №59369

branch: master 「№59369」
Commited by: Jaume Bonet
GitHub commit link: 「7375bd563197b7ea」
Difference from previous tested commit:  code diff
Commit date: 2017-03-24 17:43:07

JumpDownstreamSelector bug fix So, for a FoldTree such as: FOLD_TREE EDGE 1 115 -1 EDGE 1 116 1 EDGE 116 221 -1, a call like: ResidueSelectorCOP jump( new JumpDownstreamSelector( 1 ) ); ResidueRanges ranges( jump->apply( pose ) ); will create a ResidueRanges[1] of 116-220, missing the last residue of the chain. This change should solve this issue.

...