Skip to content

Commit

Permalink
Fix units of evaluaterforces
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Jun 22, 2016
1 parent 522211e commit 251e261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galpy/potential_src/Potential.py
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,7 @@ def _evaluatezforces(Pot,R,z,phi=None,t=0.):
raise PotentialError("Input to 'evaluatezforces' is neither a Potential-instance or a list of such instances")

@potential_physical_input
@physical_conversion('forcederivative',pop=True)
@physical_conversion('force',pop=True)
def evaluaterforces(Pot,R,z,phi=None,t=0.):
"""
NAME:
Expand Down

0 comments on commit 251e261

Please sign in to comment.