libsim  Versione 7.1.8

◆ inssor_level()

subroutine vol7d_level_class::inssor_level ( type(vol7d_level), dimension (:), intent(inout)  XDONT)

Sorts into increasing order (Insertion sort) Sorts XDONT into increasing order (Insertion sort) This subroutine uses insertion sort.

It does not use any work array and is faster when XDONT is of very small size (< 20), or already almost sorted, so it is used in a final pass when the partial quicksorting has left a sequence of small subsets and that sorting is only necessary within each subset to complete the process. Michel Olagnon - Apr. 2000

Definizione alla linea 1470 del file vol7d_level_class.F90.


Generated with Doxygen.