Index: trunk/psLib/src/math/psSpline.c
===================================================================
--- trunk/psLib/src/math/psSpline.c	(revision 1725)
+++ trunk/psLib/src/math/psSpline.c	(revision 1734)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-09-08 07:11:22 $
+ *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-09-08 23:32:03 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -125,4 +125,7 @@
     float tmp = 1.0;
 
+    psTrace(".psLib.dataManip.psFunctions.psGaussian", 4,
+            "---- psGaussian() begin ----\n");
+
     if (normal == true) {
         #ifdef DARWIN
@@ -135,4 +138,6 @@
     }
 
+    psTrace(".psLib.dataManip.psFunctions.psGaussian", 4,
+            "---- psGaussian() end ----\n");
     return(tmp * exp(-((x - mean) * (x - mean)) / (2.0 * sigma * sigma)));
 }
@@ -1368,5 +1373,4 @@
 
 /*****************************************************************************
- 
     NOTE: "n" specifies the number of spline polynomials.  Therefore, there
     must exist n+1 points in "domains".
@@ -1504,3 +1508,2 @@
     return(tmpVector);
 }
-
