Index: trunk/psLib/src/math/psPolynomial.c
===================================================================
--- trunk/psLib/src/math/psPolynomial.c	(revision 3097)
+++ trunk/psLib/src/math/psPolynomial.c	(revision 3115)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.85 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-26 20:47:41 $
+ *  @version $Revision: 1.86 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-02-03 00:54:10 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -1202,6 +1202,6 @@
     PS_VECTOR_CHECK_TYPE(x, PS_TYPE_F32, NULL);
 
-    psVector *tmp;
-    psVector *myX;
+    psVector *tmp = NULL;
+    psVector *myX = NULL;
     psS32 i;
 
@@ -1244,7 +1244,7 @@
     PS_VECTOR_CHECK_TYPE(y, PS_TYPE_F32, NULL);
 
-    psVector *tmp;
-    psVector *myX;
-    psVector *myY;
+    psVector *tmp = NULL;
+    psVector *myX = NULL;
+    psVector *myY = NULL;
     psS32 i;
     psS32 vecLen=x->n;
@@ -1302,8 +1302,8 @@
     PS_VECTOR_CHECK_TYPE(z, PS_TYPE_F32, NULL);
 
-    psVector *tmp;
-    psVector *myX;
-    psVector *myY;
-    psVector *myZ;
+    psVector *tmp = NULL;
+    psVector *myX = NULL;
+    psVector *myY = NULL;
+    psVector *myZ = NULL;
     psS32 i;
     psS32 vecLen=x->n;
@@ -1370,9 +1370,9 @@
     PS_VECTOR_CHECK_TYPE(z, PS_TYPE_F32, NULL);
 
-    psVector *tmp;
-    psVector *myW;
-    psVector *myX;
-    psVector *myY;
-    psVector *myZ;
+    psVector *tmp = NULL;
+    psVector *myW = NULL;
+    psVector *myX = NULL;
+    psVector *myY = NULL;
+    psVector *myZ = NULL;
     psS32 i;
     psS32 vecLen=x->n;
@@ -1603,6 +1603,6 @@
     PS_VECTOR_CHECK_TYPE(x, PS_TYPE_F64, NULL);
 
-    psVector *tmp;
-    psVector *myX;
+    psVector *tmp = NULL;
+    psVector *myX = NULL;
     psS32 i;
 
@@ -1648,7 +1648,7 @@
     PS_VECTOR_CHECK_TYPE(y, PS_TYPE_F64, NULL);
 
-    psVector *tmp;
-    psVector *myX;
-    psVector *myY;
+    psVector *tmp = NULL;
+    psVector *myX = NULL;
+    psVector *myY = NULL;
     psS32 i;
     psS32 vecLen=x->n;
@@ -1710,8 +1710,8 @@
     PS_VECTOR_CHECK_TYPE(z, PS_TYPE_F64, NULL);
 
-    psVector *tmp;
-    psVector *myX;
-    psVector *myY;
-    psVector *myZ;
+    psVector *tmp = NULL;
+    psVector *myX = NULL;
+    psVector *myY = NULL;
+    psVector *myZ = NULL;
     psS32 i;
     psS32 vecLen=x->n;
@@ -1782,9 +1782,9 @@
     PS_VECTOR_CHECK_TYPE(z, PS_TYPE_F64, NULL);
 
-    psVector *tmp;
-    psVector *myW;
-    psVector *myX;
-    psVector *myY;
-    psVector *myZ;
+    psVector *tmp = NULL;
+    psVector *myW = NULL;
+    psVector *myX = NULL;
+    psVector *myY = NULL;
+    psVector *myZ = NULL;
     psS32 i;
     psS32 vecLen=x->n;
