Merge pull request #1365 from RosettaCommons/vmullig/fix_rama_uninit
Trying to fix uninitialized var issue flagged by Valgrind.
Turns out that it was a couple of new variables that were initialized in the default Ramachandran constructor, but not in an alternative constructor.