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

Revisions №58581

branch: master 「№58581」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「e84d5d9a1ef9aa60」 「№1222」
Difference from previous tested commit:  code diff
Commit date: 2016-03-24 21:23:32

Merge pull request #1222 from RosettaCommons/jadolfbr/fix_rsd_copy_op Remove RT copy operation from DisulfideAtomIndices Fix ResidueType access in DisulfideAtomIndices where we are getting an actual copy of the residue type from a residue instead of a const reference as we should be. This should speed up code a little bit when doing much residue deletion and additions. Identified by the Time Profiler instrument on a mac during carbohydrate glycosylation profiling. If you have a mac, and want to profile code (number of calls/time spent in particular places, etc.), its super awesome and easy to setup.

...