Changeset 11619
- Timestamp:
- Feb 2, 2007, 8:05:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psClip.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psClip.c
r10999 r11619 82 82 if (numValid * keepFrac >= params->numKeep) { 83 83 psTrace("psLib.math", 1, "Applying min/max clipping.\n"); 84 psVector *index = psVectorSortIndex( index, values);84 psVector *index = psVectorSortIndex(NULL, values); 85 85 int numLow = numValid * params->fracLow; // Number of low values to clip 86 86 int numHigh = numValid * params->fracHigh; // Number of high values to clip
Note:
See TracChangeset
for help on using the changeset viewer.
