wolffd@0: function pot = rescale_pot(pot, s) wolffd@0: % RESCALE_POT Add a constant to the mpot scale factor. wolffd@0: % pot = rescale_pot(pot, s) wolffd@0: wolffd@0: pot.p = pot.p*s;