IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2004, 1:52:34 PM (22 years ago)
Author:
desonia
Message:

Changed psSort and psSortIndex to psVectorSort and psVectorSortIndex as well as added support for all non-complex datatypes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.c

    r1073 r1233  
    1212#include "psAbort.h"
    1313#include "psStats.h"
    14 #include "psSort.h"
    1514
    1615#include "float.h"
     
    672671    }
    673672    // Sort the temporary vectors.
    674     psSort(sortedVector, unsortedVector);
     673    psVectorSort(sortedVector, unsortedVector);
    675674
    676675    // Calculate the median exactly.
     
    828827
    829828    // Sort the temporary vectors.
    830     psSort(sortedVector, unsortedVector);
     829    psVectorSort(sortedVector, unsortedVector);
    831830
    832831    // Calculate the quartile points exactly.
Note: See TracChangeset for help on using the changeset viewer.