Skip to content

Commit 8d91761

Browse files
wclodius2jvdp1
andauthored
Update doc/specs/stdlib_sorting.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 84f1294 commit 8d91761

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

doc/specs/stdlib_sorting.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -321,16 +321,6 @@ element of `array` is a `NaN`. Sorting of `CHARACTER(*)` and
321321

322322
##### Example
323323

324-
```fortran
325-
...
326-
! Read random data from a file
327-
call read_file( 'dummy_file', array )
328-
! Sort the random data
329-
call sort( array )
330-
! Process the sorted data
331-
call array_search( array, values )
332-
...
333-
```
334324

335325
```fortran
336326
program demo_sort
@@ -626,4 +616,3 @@ for applications running on Intel(R) 64, Version 2021.2.0 Build
626616
| String_type | 17576 | String Increase | Sort_Index | 0.00543 |
627617
| String_type | 17576 | String Random | Sort_Index | 0.37748 |
628618

629-

0 commit comments

Comments
 (0)