Index: /trunk/psLib/src/dataManip/psFunctions.c
===================================================================
--- /trunk/psLib/src/dataManip/psFunctions.c	(revision 2430)
+++ /trunk/psLib/src/dataManip/psFunctions.c	(revision 2431)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-11-24 00:05:54 $
+ *  @version $Revision: 1.68 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-11-24 20:34:13 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -961,14 +961,14 @@
 
 /*****************************************************************************
-    psGaussianDev()
- This routine creates a psVector of the specified size and type F32
- and fills it with a random Gaussian distribution of numbers with
- the specified mean and sigma.  This routine makes use of the GSL
- routines for generating both uniformly distributed numbers and the
+    p_psGaussianDev()
+ This private routine (formerly a psLib API routine) creates a psVector of the
+ specified size and type F32 and fills it with a random Gaussian distribution
+ of numbers with the specified mean and sigma.  This routine makes use of the
+ GSL routines for generating both uniformly distributed numbers and the
  Gaussian distribution as well.
  
 XXX: There is no way to seed the random generator.
  *****************************************************************************/
-psVector* psGaussianDev(float mean, float sigma, psS32 Npts)
+psVector* p_psGaussianDev(float mean, float sigma, psS32 Npts)
 {
     PS_INT_CHECK_NON_NEGATIVE(Npts, NULL);
Index: /trunk/psLib/src/dataManip/psFunctions.h
===================================================================
--- /trunk/psLib/src/dataManip/psFunctions.h	(revision 2430)
+++ /trunk/psLib/src/dataManip/psFunctions.h	(revision 2431)
@@ -12,6 +12,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-11-04 01:04:59 $
+*  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-11-24 20:34:13 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -54,5 +54,5 @@
  *  
  */
-psVector* psGaussianDev(
+psVector* p_psGaussianDev(
     float mean,                        ///< The mean of the Gaussian
     float sigma,                       ///< The sigma of the Gaussian
Index: /trunk/psLib/src/math/psPolynomial.c
===================================================================
--- /trunk/psLib/src/math/psPolynomial.c	(revision 2430)
+++ /trunk/psLib/src/math/psPolynomial.c	(revision 2431)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-11-24 00:05:54 $
+ *  @version $Revision: 1.68 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-11-24 20:34:13 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -961,14 +961,14 @@
 
 /*****************************************************************************
-    psGaussianDev()
- This routine creates a psVector of the specified size and type F32
- and fills it with a random Gaussian distribution of numbers with
- the specified mean and sigma.  This routine makes use of the GSL
- routines for generating both uniformly distributed numbers and the
+    p_psGaussianDev()
+ This private routine (formerly a psLib API routine) creates a psVector of the
+ specified size and type F32 and fills it with a random Gaussian distribution
+ of numbers with the specified mean and sigma.  This routine makes use of the
+ GSL routines for generating both uniformly distributed numbers and the
  Gaussian distribution as well.
  
 XXX: There is no way to seed the random generator.
  *****************************************************************************/
-psVector* psGaussianDev(float mean, float sigma, psS32 Npts)
+psVector* p_psGaussianDev(float mean, float sigma, psS32 Npts)
 {
     PS_INT_CHECK_NON_NEGATIVE(Npts, NULL);
Index: /trunk/psLib/src/math/psPolynomial.h
===================================================================
--- /trunk/psLib/src/math/psPolynomial.h	(revision 2430)
+++ /trunk/psLib/src/math/psPolynomial.h	(revision 2431)
@@ -12,6 +12,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-11-04 01:04:59 $
+*  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-11-24 20:34:13 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -54,5 +54,5 @@
  *  
  */
-psVector* psGaussianDev(
+psVector* p_psGaussianDev(
     float mean,                        ///< The mean of the Gaussian
     float sigma,                       ///< The sigma of the Gaussian
Index: /trunk/psLib/src/math/psSpline.c
===================================================================
--- /trunk/psLib/src/math/psSpline.c	(revision 2430)
+++ /trunk/psLib/src/math/psSpline.c	(revision 2431)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-11-24 00:05:54 $
+ *  @version $Revision: 1.68 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-11-24 20:34:13 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -961,14 +961,14 @@
 
 /*****************************************************************************
-    psGaussianDev()
- This routine creates a psVector of the specified size and type F32
- and fills it with a random Gaussian distribution of numbers with
- the specified mean and sigma.  This routine makes use of the GSL
- routines for generating both uniformly distributed numbers and the
+    p_psGaussianDev()
+ This private routine (formerly a psLib API routine) creates a psVector of the
+ specified size and type F32 and fills it with a random Gaussian distribution
+ of numbers with the specified mean and sigma.  This routine makes use of the
+ GSL routines for generating both uniformly distributed numbers and the
  Gaussian distribution as well.
  
 XXX: There is no way to seed the random generator.
  *****************************************************************************/
-psVector* psGaussianDev(float mean, float sigma, psS32 Npts)
+psVector* p_psGaussianDev(float mean, float sigma, psS32 Npts)
 {
     PS_INT_CHECK_NON_NEGATIVE(Npts, NULL);
Index: /trunk/psLib/src/math/psSpline.h
===================================================================
--- /trunk/psLib/src/math/psSpline.h	(revision 2430)
+++ /trunk/psLib/src/math/psSpline.h	(revision 2431)
@@ -12,6 +12,6 @@
 *  @author George Gusciora, MHPCC
 *
-*  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2004-11-04 01:04:59 $
+*  @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2004-11-24 20:34:13 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -54,5 +54,5 @@
  *  
  */
-psVector* psGaussianDev(
+psVector* p_psGaussianDev(
     float mean,                        ///< The mean of the Gaussian
     float sigma,                       ///< The sigma of the Gaussian
