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

Revisions №60997

branch: master 「№60997」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「c0544d95c0f41100」 「№4304」
Difference from previous tested commit:  code diff
Commit date: 2019-10-21 16:56:06

Merge pull request #4304 from RosettaCommons/jadolfbr/fix_insert_conf_by_jump This is a simple change that clears the `GlycanTreeSet` and observers at the beginning of the `insert_conformation_by_jump` function, and then sets it up at the end. This is due to the way this function deals with observers - instead of adding a residue, and then calling residue append, it adds ALL residues to the pose and THEN calls residue append for all the residues at the end.

...