@@ -235,8 +235,9 @@ Generic subroutine.
235
235
236
236
` array ` : shall be a rank one array of any of the types:
237
237
` integer(int8) ` , ` integer(int16) ` , ` integer(int32) ` , ` integer(int64) ` ,
238
- ` real(sp) ` , ` real(dp) ` , ` real(qp) ` , ` character(*) ` , or
239
- ` type(string_type) ` . It is an ` intent(inout) ` argument. On input it is
238
+ ` real(sp) ` , ` real(dp) ` , ` real(qp) ` , ` character(*) ` , ` type(string_type) ` ,
239
+ ` type(bitset_64) ` , or ` type(bitset_large) ` .
240
+ It is an ` intent(inout) ` argument. On input it is
240
241
the array to be sorted. If both the type of ` array ` is real and at
241
242
least one of the elements is a ` NaN ` , then the ordering of the result
242
243
is undefined. Otherwise on return its elements will be sorted in order
@@ -301,8 +302,9 @@ Pure generic subroutine.
301
302
302
303
` array ` : shall be a rank one array of any of the types:
303
304
` integer(int8) ` , ` integer(int16) ` , ` integer(int32) ` , ` integer(int64) ` ,
304
- ` real(sp) ` , ` real(dp) ` , ` real(qp) ` . ` character(*) ` , or
305
- ` type(string_type) ` . It is an ` intent(inout) ` argument. On return its
305
+ ` real(sp) ` , ` real(dp) ` , ` real(qp) ` . ` character(*) ` , ` type(string_type) ` ,
306
+ ` type(bitset_64) ` , or ` type(bitset_large) ` .
307
+ It is an ` intent(inout) ` argument. On return its
306
308
input elements will be sorted in order of non-decreasing value.
307
309
308
310
@@ -405,8 +407,9 @@ Generic subroutine.
405
407
406
408
` array ` : shall be a rank one array of any of the types:
407
409
` integer(int8) ` , ` integer(int16) ` , ` integer(int32) ` , ` integer(int64) ` ,
408
- ` real(sp) ` , ` real(dp) ` , ` real(qp) ` , ` character(*) ` , or
409
- ` type(string_type) ` . It is an ` intent(inout) ` argument. On input it
410
+ ` real(sp) ` , ` real(dp) ` , ` real(qp) ` , ` character(*) ` , ` type(string_type) ` ,
411
+ ` type(bitset_64) ` , or ` type(bitset_large) ` .
412
+ It is an ` intent(inout) ` argument. On input it
410
413
will be an array whose sorting indices are to be determined. On return
411
414
it will be the sorted array.
412
415
0 commit comments