Daniel@0: function pot = rescale_pot(pot, s) Daniel@0: % RESCALE_POT Add a constant to the mpot scale factor. Daniel@0: % pot = rescale_pot(pot, s) Daniel@0: Daniel@0: pot.logp = pot.logp + s;