LAL  7.5.0.1-b72065a

A program to test sorting routines. More...

Detailed Description

A program to test sorting routines.

Usage

SortTest

Description

This test program creates rank and index arrays for an unordered list of numbers, and then sorts the list. The data for the list are generated randomly, and the output is to stdout if -v is specified (unless redirected). SortTest returns 0 if it executes successfully, and 1 if any of the subroutines fail.

Exit codes

CodeExplanation
0Success, normal exit.
1Subroutine failed.

Definition in file SortTest.c.

Go to the source code of this file.