0.6.2-dev0
FORCES
FORtran lib for Comp. Env. Sys.
Loading...
Searching...
No Matches
mo_orderpack::sort Interface Reference

Sorts the input array in ascending order. More...

Public Member Functions

subroutine d_refsor (xdont)
 
subroutine r_refsor (xdont)
 
subroutine i_refsor (xdont)
 
subroutine c_refsor (xdont)
 

Detailed Description

Sorts the input array in ascending order.

Parameters
[in,out]real(sp/dp) :: arr(:)On input: unsorted 1D-array
On output: ascendingly sorted input array

Definition at line 312 of file mo_orderpack.f90.

Member Function/Subroutine Documentation

◆ c_refsor()

subroutine mo_orderpack::sort::c_refsor ( character(*), dimension (:), intent(inout)  xdont)

Definition at line 9146 of file mo_orderpack.f90.

◆ d_refsor()

subroutine mo_orderpack::sort::d_refsor ( real(kind = dp), dimension (:), intent(inout)  xdont)

Definition at line 8822 of file mo_orderpack.f90.

◆ i_refsor()

subroutine mo_orderpack::sort::i_refsor ( integer(kind = i4), dimension (:), intent(inout)  xdont)

Definition at line 9038 of file mo_orderpack.f90.

◆ r_refsor()

subroutine mo_orderpack::sort::r_refsor ( real(kind = sp), dimension (:), intent(inout)  xdont)

Definition at line 8930 of file mo_orderpack.f90.


The documentation for this interface was generated from the following file: