Document: SORT Purpose: Describes the available routines which sort arrays. File: sort.dc2 Author: K.G. Begeman Description: The available routines are the following: SORTIA SORTs Integer array in Ascending order SORTIAI SORTs Integer array in Ascending order with Index SORTID SORTs Integer array in Descending order SORTIDI SORTs Integer array in Descending order with Index SORTRA SORTs Real array in Ascending order SORTRAI SORTs Real array in Ascending order with Index SORTRD SORTs Real array in Descending order SORTRDI SORTs Real array in Descending order with Index SORTDA SORTs Double array in Ascending order SORTDAI SORTs Double array in Ascending order with Index SORTDD SORTs Double array in Descending order SORTDDI SORTs Double array in Descending order with Index Updates: Nov 4, 1989: KGB Document created.