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