Index: trunk/psLib/src/dataManip/psStats.h
===================================================================
--- trunk/psLib/src/dataManip/psStats.h	(revision 2204)
+++ trunk/psLib/src/dataManip/psStats.h	(revision 2269)
@@ -10,6 +10,6 @@
  *  @author George Gusciora, MHPCC
  *
- *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-10-27 00:57:31 $
+ *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-11-03 03:30:30 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -174,8 +174,7 @@
 );
 
-
-void p_psNormalizeVector(psVector* myData);
-
-void p_psNormalizeVectorF64(psVector* myData);
+void psNormalizeVectorRange(psVector* myData,
+                            float low,
+                            float high);
 
 /// @}
