Merge pull request #780 from RosettaCommons/vmullig/fix_restype
Fix the uninitialized variable issue in ResidueType identified by Valgrind
Tasks:
-- Revert Andy's pull request 777 temporarily.
-- Valgrind with --track-origins to identify where the uninitialized variable is.
-- Initialize the uninitialized variable.
-- Reinstate Andy's 777 pull request.
-- Full unit tests with a few rounds of commits.
-- Full tests.
-- Beauty.
-- Also, merges in Rocco's branch 743.