Skip to content

Commit

Permalink
Update TwoPowerTriaxialPotential.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nstarman authored and jobovy committed Apr 29, 2024
1 parent 911b53c commit a0bf602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galpy/potential/TwoPowerTriaxialPotential.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def __init__(
return None

def _psi(self, m):
"""\\psi(m) = -\\int_m^\\infty d m^2 \rho(m^2)"""
r"""\psi(m) = -\int_{m^2}^\infty d m'^2 \rho(m'^2)"""
if self.twominusalpha == 0.0:
return (
-2.0
Expand Down

0 comments on commit a0bf602

Please sign in to comment.