wolffd@0: function pot = rescale_pot(pot, s) wolffd@0: % RESCALE_POT Add a constant to the cpot scale factor. wolffd@0: % pot = rescale_pot(pot, s) wolffd@0: wolffd@0: pot.g = pot.g + s;