Pull Request №161 RosettaCommons/rosetta/main ← roccomoretti/rosetta/remove_is_surface
Merge: 200d5f9a7d8cdd7afdd078f156da6b5a7d97543f←f5d5ff97798b31faa3c47316f7ea3be5184b226c
Remove is_surface() from Residue/ResidueType.
----------------
Merge commit message:
Remove is_surface() from Residue/ResidueType.
This function is confusing, as it's not talking about the surface of a protein, but mineral surfaces.
The ResidueType property SURFACE isn't used frequently -- for the rare case it's needed, we can use the more involved query protocol.