File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 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.
136136Arrays 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
144141The ` 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
242239is 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
245242values in stable order.
246243
247244##### Notes
You can’t perform that action at this time.
0 commit comments