Index: trunk/psLib/test/dataManip/tst_psMinimize00.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psMinimize00.c	(revision 1177)
+++ trunk/psLib/test/dataManip/tst_psMinimize00.c	(revision 1406)
@@ -45,13 +45,16 @@
         tmp = 1.0;
         tmp = x;
-    } else if (whichParamDeriv == 1) {
-        tmp = x;
-        tmp = x*x;
-    } else if (whichParamDeriv == 2) {
-        tmp = y;
-        tmp = y*y;
-    } else if (whichParamDeriv == 3) {
-        tmp = x * x * y;
-    }
+    } else
+        if (whichParamDeriv == 1) {
+            tmp = x;
+            tmp = x*x;
+        } else
+            if (whichParamDeriv == 2) {
+                tmp = y;
+                tmp = y*y;
+            } else
+                if (whichParamDeriv == 3) {
+                    tmp = x * x * y;
+                }
 
     //    printf("--------- myFuncDeriv((%.1f %.1f) %.1f %.1f %.1f %.1f (%d)) is %.1f ---------\n",
