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

Revisions №60454

branch: master 「№60454」
Commited by: Vikram K. Mulligan
GitHub commit link: 「2ad300de0f6bc29f」 「№3559」
Difference from previous tested commit:  code diff
Commit date: 2018-10-16 15:49:14

Merge pull request #3559 from RosettaCommons/vmullig/residue_index_description_issue Resolve an issue with assignment of -1 to an unsigned int. Tweaking ResidueIndexDescription, which was invalidly assigning -1 to an unsigned int. Note that this was *not* causing any breakage here, but it's a design pattern that confused the ICC compiler (which threw a warning) and might have confused future developers. It's probably best to avoid this in order to prevent *human* error.

...