File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -136,9 +136,6 @@ argument or allocated internally on the stack.
136
136
Arrays can be also sorted in a decreasing order by providing the argument `reverse
137
137
= .true.`.
138
138
139
- ** QUESTION: is the ` reverse ` mode still a stable comparison algorithm?**
140
-
141
-
142
139
#### The ` SORT_INDEX ` subroutine
143
140
144
141
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.
241
238
` reverse ` (optional): shall be a scalar of type default logical. It
242
239
is an ` intent(in) ` argument. If present with a value of ` .true. ` then
243
240
` 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
245
242
values in stable order.
246
243
247
244
##### Notes
You can’t perform that action at this time.
0 commit comments