Skip to content

Commit b7d79af

Browse files
committed
fix issue
1 parent 450247e commit b7d79af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stdlib_sorting.fypp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,6 @@ module stdlib_sorting
434434
!! non-decreasing sort, but if the optional argument `REVERSE` is present
435435
!! with a value of `.TRUE.` the indices correspond to a non-increasing sort.
436436

437-
#:for k1 in INT_KINDS
438437
#:for k1, t1 in IR_KINDS_TYPES
439438
module subroutine ${k1}$_sort_index( array, index, work, iwork, &
440439
reverse )

0 commit comments

Comments
 (0)