Skip to content

Commit 61f8339

Browse files
committed
more docstring cleanups
1 parent a821635 commit 61f8339

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/bspline_defc_module.f90

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ end subroutine dh12
11431143
!
11441144
!### History
11451145
! * 29-dec-2022 : Replaced original routines.
1146-
! Now just a wraper for recursive quicksort (JW)
1146+
! Now just a wraper for [[sort_ascending]] recursive quicksort (JW)
11471147

11481148
subroutine dsort(n, Kflag, Dx, Dy)
11491149
implicit none
@@ -1177,6 +1177,9 @@ end subroutine dsort
11771177
!>
11781178
! Recursive quicksoft.
11791179
! Modified to also carry along a second array.
1180+
!
1181+
!### Author
1182+
! * Jacob Williams
11801183

11811184
subroutine sort_ascending(n, dx, dy)
11821185

0 commit comments

Comments
 (0)