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

Revisions №59963

branch: master 「№59963」
Commited by: Rocco Moretti
GitHub commit link: 「d2f80a3dba347ef2」 「№2820」
Difference from previous tested commit:  code diff
Commit date: 2018-01-08 12:06:32

Merge pull request #2820 from RosettaCommons/roccomoretti/switch_residue_type_set_fix Fix issue with crashing SwitchResidueTypeSet The make_centroid() utility function, which is applied when SwitchResidueTypeSetMover can't find a corresponding type, had a bug where resetting the ResidueType's atom type assumed that it was operating with the same type set with the current and replacement type - which wasn't the case for make_centroid(). Change things such that switching the atom type set on a ResidueType appropriately swaps out the atom types, as much as possible.

...