Merge pull request #1718 from RosettaCommons/vmullig/temporarily_revert_mainchainscoretable
Temporarily reverting merge of MainchainScoreTable class while we debug gcc release build
Reverting merge of MainchainScoreTable class temporarily while I figure out what the gcc issue is.
Details: It seems that there's a gcc-specific scoring bug that crept in, possibly with this merge. It does NOT alter scoring in debug mode or in any clang release compilation. Only the gcc 4.8 release-mode compilation is affected, and it results in RamaPrePro returning NaN for most poses. It's some sort of weird compiler optimization thing that we haven't yet tracked down, but in the interests of keeping master functional, I'll do the detective work in a branch.