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

Revisions №58950

branch: master 「№58950」
Commited by: Vikram K. Mulligan
GitHub commit link: 「ff6a10c31e0e78db」 「№1652」
Difference from previous tested commit:  code diff
Commit date: 2016-09-22 16:19:59

Merge pull request #1652 from RosettaCommons/vmullig/chunli_metal_issue Fixing crash with -auto_setup_metals when poses were resized Correcting issue that lead to crashes whenever -auto_setup_metals was used with a pose that was subsequently resized. Since NamedAtomPairConstraint and NamedAngleConstraint didn't implement a remap_resid() function, the parent class (AtomPairConstraint or AngleConstraint) function was called, resulting in the NamedAtomPairConstraint being replaced with an AtomPairConstraint, or the NamedAngleConstraint being replaced with an AngleConstraint, with atom IDs set to zero.

...