Index: trunk/psLib/src/math/psMinimize.c
===================================================================
--- trunk/psLib/src/math/psMinimize.c	(revision 3026)
+++ trunk/psLib/src/math/psMinimize.c	(revision 3027)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.100 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-01-17 22:17:29 $
+ *  @version $Revision: 1.101 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-17 23:25:09 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -280,5 +280,4 @@
     // If x==NULL, create an x32 vector with x values set to (0:n).
     if (x == NULL) {
-
         PS_VECTOR_GEN_X_INDEX_STATIC_F32(x32Static, y->n);
         x32 = x32Static;
@@ -294,5 +293,5 @@
         This can not be implemented until SDR states what order spline should be
         created.
-
+        Should we error if mySpline is not NULL?
         Should we error if mySPline is not NULL?
     */
@@ -302,5 +301,4 @@
     PS_PTR_CHECK_NULL(mySpline, NULL);
     PS_INT_CHECK_NON_NEGATIVE(mySpline->n, NULL);
-
 
     if (y32->n != (1 + mySpline->n)) {
