Skip to content

Commit

Permalink
Corrects docstrings.
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfelippesr committed Sep 10, 2018
1 parent 629d91c commit 50a4ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions galmag/halo_profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def simple_V_linear(rho, theta, phi, r_h=1.0, Vh=220, fraction=3./15.,
.. math::
V(r,\theta,\phi) \propto [1-\exp(-r \sin(\theta) / s_v)] (1-z/z_v)
Parameters
----------
rho : array
Expand Down
1 change: 1 addition & 0 deletions galmag/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def derive(V, dx, axis=0, order=2):
def curl_spherical(rr, tt, pp, Br, Bt, Bp, order=2):
r"""
Computes the curl of a vector in spherical coordinates.
Parameters
----------
rr/tt/pp : array_like
Expand Down

0 comments on commit 50a4ee2

Please sign in to comment.