Merge pull request #3788 from RosettaCommons/JackMaguire/Allocations
There was a needless Residue copy in the inner loop of the FixbbSimAnnealer. It accounted for 54% of all heap allocations and 2% of total runtime (25% of total runtime according to the benchmark server).
Thanks to Vikram for the review!