Index: trunk/psLib/test/dataManip/tst_psMatrix03.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psMatrix03.c	(revision 1406)
+++ trunk/psLib/test/dataManip/tst_psMatrix03.c	(revision 2204)
@@ -14,6 +14,6 @@
  *  @author  Ross Harman, MHPCC
  *
- *  @version $Revision: 1.8 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2004-08-06 22:34:06 $
+ *  @version $Revision: 1.9 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2004-10-27 00:57:33 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -25,6 +25,6 @@
 
 #define PRINT_MATRIX(IMAGE)                     \
-for(int i=IMAGE->numRows-1; i>-1; i--) {        \
-    for(int j=0; j<IMAGE->numCols; j++) {       \
+for(psS32 i=IMAGE->numRows-1; i>-1; i--) {        \
+    for(psS32 j=0; j<IMAGE->numCols; j++) {       \
         printf("%f ", IMAGE->data.F64[i][j]);   \
     }                                           \
@@ -33,11 +33,11 @@
 \
 #define PRINT_VECTOR(VECTOR)                    \
-for(int i=0; i<VECTOR->n; i++) {                \
+for(psS32 i=0; i<VECTOR->n; i++) {                \
     printf("%f\n", VECTOR->data.F64[i]);        \
 }
 
 
-int main(int argc,
-         char* argv[])
+psS32 main(psS32 argc,
+           char* argv[])
 {
     psImage *luImage = NULL;
@@ -112,5 +112,5 @@
     psFree(inVector);
     psMemCheckLeaks(0, NULL, stdout);
-    int nBad = psMemCheckCorruption(0);
+    psS32 nBad = psMemCheckCorruption(0);
     if(nBad) {
         printf("ERROR: Found %d bad memory blocks\n", nBad);
