Index: trunk/psLib/test/dataManip/Makefile
===================================================================
--- trunk/psLib/test/dataManip/Makefile	(revision 1902)
+++ trunk/psLib/test/dataManip/Makefile	(revision 1907)
@@ -3,6 +3,6 @@
 ##  Makefile:   test/sysUtils
 ##
-##  $Revision: 1.45 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-09-25 20:17:43 $
+##  $Revision: 1.46 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-09-27 23:41:42 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -42,4 +42,5 @@
 tst_psMatrixVectorArithmetic03 \
 tst_psMinimize04 \
+tst_psMinimize04b \
 tst_psMinimize05 \
 tst_psMinimize06 \
Index: trunk/psLib/test/dataManip/tst_psMinimize04.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psMinimize04.c	(revision 1902)
+++ trunk/psLib/test/dataManip/tst_psMinimize04.c	(revision 1907)
@@ -12,5 +12,5 @@
 #include <math.h>
 #define NUM_DATA 10
-#define POLY_ORDER 2
+#define POLY_ORDER 5
 
 double setData(double A,
@@ -40,5 +40,5 @@
     for (i=0;i<NUM_DATA;i++) {
         x->data.F64[i] = (double) i;
-        y->data.F64[i] = setData(2.0, 3.0, 2.0, x->data.F64[i]);
+        y->data.F64[i] = setData(3.0, 2.0, 3.0, x->data.F64[i]);
         yErr->data.F64[i] = 0.1;
         printf("Original data %d: (%.1f %.1f)\n", i, x->data.F64[i], y->data.F64[i]);
