galpy.potential.linearPotential.__call__

linearPotential.__call__(x, t=0.0)
NAME:
__call__

PURPOSE:

evaluate the potential

INPUT:

x - position (can be Quantity)

t= time (optional; can be Quantity)

OUTPUT:

Phi(x,t)

HISTORY:

2010-07-12 - Written - Bovy (NYU)