Skip to content

Commit 18ad979

Browse files
committed
sort_sign: removed bold sentences
1 parent 6c4d3e2 commit 18ad979

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/specs/stdlib_sorting.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ argument or allocated internally on the stack.
136136
Arrays can be also sorted in a decreasing order by providing the argument `reverse
137137
= .true.`.
138138

139-
**QUESTION: is the `reverse` mode still a stable comparison algorithm?**
140-
141-
142139
#### The `SORT_INDEX` subroutine
143140

144141
The `SORT` and `ORD_SORT` subroutines can sort rank 1 isolated
@@ -241,7 +238,7 @@ requirements for the code. Its contents on return are undefined.
241238
`reverse` (optional): shall be a scalar of type default logical. It
242239
is an `intent(in)` argument. If present with a value of `.true.` then
243240
`array` will be sorted in order of non-increasing values in stable
244-
order **(stable order: is it still true?)**. Otherwise index will sort `array` in order of non-decreasing
241+
order. Otherwise index will sort `array` in order of non-decreasing
245242
values in stable order.
246243

247244
##### Notes

0 commit comments

Comments
 (0)