Pull Request №758 RosettaCommons/rosetta/main ← roccomoretti/rosetta/backrub_segfault
Merge: de92a3c0dea8a010d372a22025e3e50bd4e2f33f←2b46e950ceb9ca2b546a1d87366fcc238417b273
Fix Segfault with backrub.
----------------
Merge commit message:
Fix Segfault with backrub.
While BackrubProtocol clears the BackrubMover's segments between proteins,
the bond_angle_map_ data set by add_segment() is not.
This means that when you apply backrub to a large protein and then to a small protein,
the residue numbers from the large protein cause a segmentation fault in optimize_branch_angles()
when the residual data in bond_angle_map_ is applied to the small protein.