Skip to content

Commit 7c8ed79

Browse files
wclodius2jvdp1
andauthored
Update src/stdlib_sorting.fypp
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 6f0f189 commit 7c8ed79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/stdlib_sorting.fypp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ module stdlib_sorting
128128
log(1.6180339887_dp) ) )
129129

130130
type run_type
131-
! Version: experimental
132-
!
133-
! Used to pass state around in a stack among helper functions for the
134-
! `ORD_SORT` and `SORT_INDEX` algorithms
131+
!! Version: experimental
132+
!!
133+
!! Used to pass state around in a stack among helper functions for the
134+
!! `ORD_SORT` and `SORT_INDEX` algorithms
135135
integer(int_size) :: base = 0
136136
integer(int_size) :: len = 0
137137
end type run_type

0 commit comments

Comments
 (0)