Index: trunk/psLib/src/dataManip/psStats.c
===================================================================
--- trunk/psLib/src/dataManip/psStats.c	(revision 1280)
+++ trunk/psLib/src/dataManip/psStats.c	(revision 1282)
@@ -15,5 +15,5 @@
 #include "psAbort.h"
 #include "psStats.h"
-#include "psSort.h"
+#include "psVectorSort.h"
 #include "psMinimize.h"
 #include "psFunctions.h"
@@ -475,5 +475,5 @@
     }
     // Sort the temporary vectors.
-    psSort(sortedVector, unsortedVector);
+    psVectorSort(sortedVector, unsortedVector);
 
     // Calculate the median exactly.
@@ -644,5 +644,5 @@
 
     // Sort the temporary vectors.
-    psSort(sortedVector, unsortedVector);
+    psVectorSort(sortedVector, unsortedVector);
 
     // Calculate the quartile points exactly.
@@ -1059,8 +1059,8 @@
 PS_STAT_ROBUST_QUARTILE
 I have included all that computation in a single function, as opposed to
-breaking it across several functions for one primary reason: 
+breaking it across several functions for one primary reason:
 they all
 require the same basic initial processing steps (calculate the histogram,
-etc.) 
+etc.)
 however there is no currently defined means, in the SDRS, to
 specify this computation as a separate step.  If the above robust stat
