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

Revisions №60378

branch: master 「№60378」
Commited by: Jack Maguire
GitHub commit link: 「29885ce3fbc78fbf」
Difference from previous tested commit:  code diff
Commit date: 2018-09-04 18:57:15

Trivial change to some Residue functions There are two-dozen functions in conformation::Residue that take an int and pass it to an equivalent method in chemical::ResidueType. The ResidueType functions take a Size instead of an int, so I am updating the Residue functions to take the same type. Thanks to @lyskov for the review!

...