Subroutine: SORTDD Purpose: SORTDD sorts a Double precision array in Descending order. File: sort.c Author: K.G. Begeman Use: CALL SORTDD( DATA, In/Output DOUBLE ARRAY NDAT ) Input INTEGER DATA Data array to sort. NDAT Number of data points in DATA. Updates: Nov 4, 1989: KGB Document created.