Merge pull request #1814 from RosettaCommons/roccomoretti/interpolation_addsan_fix
Fix an integration.addsan error by changing how InterpolatedPotential stores data.
Basically, change a raw pointer to a C-style array into a vector0, to avoid new/delete mismatch issues.