Index: trunk/psLib/test/math/tst_psMinimizeLMM.c
===================================================================
--- trunk/psLib/test/math/tst_psMinimizeLMM.c	(revision 7181)
+++ trunk/psLib/test/math/tst_psMinimizeLMM.c	(revision 7182)
@@ -110,7 +110,7 @@
     } else {
         printf("Minimisation took %d iterations\n", min->iter);
-        printf("chi^2 at the minimum is %f\n", min->value);
+        printf("chi^2 at the minimum is %.3g\n", min->value);
         for (long i = 0; i < NUM_PARAMS; i++) {
-            printf("Parameter %ld at the minimum is %f, expected: %f\n", i,
+            printf("Parameter %ld at the minimum is %.3f, expected: %f\n", i,
                    params->data.F32[i], trueParams->data.F32[i]);
             fflush(stdout);
