Index: trunk/psLib/test/dataManip/tst_psMinimize02.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psMinimize02.c	(revision 1811)
+++ trunk/psLib/test/dataManip/tst_psMinimize02.c	(revision 2204)
@@ -34,5 +34,5 @@
 float myFuncDeriv0(const psVector *restrict myParams,
                    const psVector *restrict myCoords,
-                   int whichParamDeriv)
+                   psS32 whichParamDeriv)
 {
     float P0 = myCoords->data.F32[0];
@@ -75,5 +75,5 @@
 float myFuncDeriv(const psVector *restrict myParams,
                   const psVector *restrict myCoords,
-                  int whichParamDeriv)
+                  psS32 whichParamDeriv)
 {
     float x = myCoords->data.F32[0];
@@ -104,13 +104,13 @@
 
 
-int main()
+psS32 main()
 {
     psVector *initialGuess = NULL;
     psVector *paramMask = NULL;
     psVector *coord = NULL;
-    int i = 0;
-    int currentId = psMemGetId();
-    int testStatus = true;
-    int memLeaks = 0;
+    psS32 i = 0;
+    psS32 currentId = psMemGetId();
+    psS32 testStatus = true;
+    psS32 memLeaks = 0;
     psVector *theParams = NULL;
 
