Skip to content

Commit 4879728

Browse files
committed
minor docstring updates
1 parent 2ec99bb commit 4879728

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ford.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ display: public
1919
private
2020
source: true
2121
graph: true
22-
exclude: pyplot_module.f90
2322
exclude_dir: ./tests
2423
extra_mods: pyplot_module:https://github.com/jacobwilliams/pyplot-fortran
2524
iso_fortran_env:https://gcc.gnu.org/onlinedocs/gfortran/ISO_005fFORTRAN_005fENV.html

src/geodesy_module.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ end subroutine philambda_quadrant
853853
subroutine xyz2philambda(ax, ay, b, x, y, z, phi, lambda)
854854

855855
real(wp),intent(in) :: ax, ay, b, x, y, z
856-
real(wp),intent(inout) :: phi, lambda !! input: initial guess, output: refined values
856+
real(wp),intent(inout) :: phi, lambda !! input is initial guess, output is refined values
857857

858858
real(wp) :: ee2,ex2,Sphi,Cphi,Slambda,Clambda,&
859859
Den,NN,onemee2,onemex2,dndphi,dxdphi,&

0 commit comments

Comments
 (0)