galpy.potential.linearPotential.__mul__

linearPotential.__mul__(b)

NAME:

__mul__

PURPOSE:

Multiply a linearPotential’s amplitude by a number

INPUT:

b - number

OUTPUT:

New instance with amplitude = (old amplitude) x b

HISTORY:

2019-01-27 - Written - Bovy (UofT)