Index: trunk/psLib/test/math/tst_psMinimizeLMM.c
===================================================================
--- trunk/psLib/test/math/tst_psMinimizeLMM.c	(revision 6484)
+++ trunk/psLib/test/math/tst_psMinimizeLMM.c	(revision 7085)
@@ -88,6 +88,8 @@
         printf("\nThe value of the function at the minimum is %f\n", min->value);
         for (psS32 i=0;i<NUM_DATA_POINTS;i++) {
+            float myFuncValue = (float)(myFunc(myDerivs, myParams, (psVector *) myCoords->data[i]));
+            myFuncValue += 0.001;
             printf("The minimum for data point number %d: f is %.2f\n",
-                   i, myFunc(myDerivs, myParams, (psVector *) myCoords->data[i]));
+                   i, myFuncValue);
             fflush(stdout);
         }
