IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11619


Ignore:
Timestamp:
Feb 2, 2007, 8:05:23 PM (19 years ago)
Author:
magnier
Message:

bad init in psVectorSortIndex

File:
1 edited

Legend:

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

    r10999 r11619  
    8282        if (numValid * keepFrac >= params->numKeep) {
    8383            psTrace("psLib.math", 1, "Applying min/max clipping.\n");
    84             psVector *index = psVectorSortIndex(index, values);
     84            psVector *index = psVectorSortIndex(NULL, values);
    8585            int numLow = numValid * params->fracLow; // Number of low values to clip
    8686            int numHigh = numValid * params->fracHigh; // Number of high values to clip
Note: See TracChangeset for help on using the changeset viewer.