Index: trunk/psLib/src/math/psPolynomial.c
===================================================================
--- trunk/psLib/src/math/psPolynomial.c	(revision 3264)
+++ trunk/psLib/src/math/psPolynomial.c	(revision 3374)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.89 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-17 19:26:23 $
+ *  @version $Revision: 1.90 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-03-04 20:51:20 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -1206,6 +1206,6 @@
     PS_VECTOR_CHECK_TYPE(x, PS_TYPE_F32, NULL);
 
-    psVector *tmp = NULL;
-    psVector *myX = NULL;
+    psVector *tmp;
+    psVector *myX;
     psS32 i;
 
@@ -1248,7 +1248,7 @@
     PS_VECTOR_CHECK_TYPE(y, PS_TYPE_F32, NULL);
 
-    psVector *tmp = NULL;
-    psVector *myX = NULL;
-    psVector *myY = NULL;
+    psVector *tmp;
+    psVector *myX;
+    psVector *myY;
     psS32 i;
     psS32 vecLen=x->n;
@@ -1306,8 +1306,8 @@
     PS_VECTOR_CHECK_TYPE(z, PS_TYPE_F32, NULL);
 
-    psVector *tmp = NULL;
-    psVector *myX = NULL;
-    psVector *myY = NULL;
-    psVector *myZ = NULL;
+    psVector *tmp;
+    psVector *myX;
+    psVector *myY;
+    psVector *myZ;
     psS32 i;
     psS32 vecLen=x->n;
@@ -1374,9 +1374,9 @@
     PS_VECTOR_CHECK_TYPE(z, PS_TYPE_F32, NULL);
 
-    psVector *tmp = NULL;
-    psVector *myW = NULL;
-    psVector *myX = NULL;
-    psVector *myY = NULL;
-    psVector *myZ = NULL;
+    psVector *tmp;
+    psVector *myW;
+    psVector *myX;
+    psVector *myY;
+    psVector *myZ;
     psS32 i;
     psS32 vecLen=x->n;
@@ -1607,6 +1607,6 @@
     PS_VECTOR_CHECK_TYPE(x, PS_TYPE_F64, NULL);
 
-    psVector *tmp = NULL;
-    psVector *myX = NULL;
+    psVector *tmp;
+    psVector *myX;
     psS32 i;
 
@@ -1652,7 +1652,7 @@
     PS_VECTOR_CHECK_TYPE(y, PS_TYPE_F64, NULL);
 
-    psVector *tmp = NULL;
-    psVector *myX = NULL;
-    psVector *myY = NULL;
+    psVector *tmp;
+    psVector *myX;
+    psVector *myY;
     psS32 i;
     psS32 vecLen=x->n;
@@ -1714,8 +1714,8 @@
     PS_VECTOR_CHECK_TYPE(z, PS_TYPE_F64, NULL);
 
-    psVector *tmp = NULL;
-    psVector *myX = NULL;
-    psVector *myY = NULL;
-    psVector *myZ = NULL;
+    psVector *tmp;
+    psVector *myX;
+    psVector *myY;
+    psVector *myZ;
     psS32 i;
     psS32 vecLen=x->n;
@@ -1786,9 +1786,9 @@
     PS_VECTOR_CHECK_TYPE(z, PS_TYPE_F64, NULL);
 
-    psVector *tmp = NULL;
-    psVector *myW = NULL;
-    psVector *myX = NULL;
-    psVector *myY = NULL;
-    psVector *myZ = NULL;
+    psVector *tmp;
+    psVector *myW;
+    psVector *myX;
+    psVector *myY;
+    psVector *myZ;
     psS32 i;
     psS32 vecLen=x->n;
