Index: trunk/psLib/test/dataManip/tst_psMatrix01.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psMatrix01.c	(revision 1406)
+++ trunk/psLib/test/dataManip/tst_psMatrix01.c	(revision 2204)
@@ -11,6 +11,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.6 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2004-08-06 22:34:06 $
+*  @version $Revision: 1.7 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2004-10-27 00:57:33 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -22,6 +22,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]);   \
     }                                          \
@@ -29,6 +29,6 @@
 }
 
-int main( int argc,
-          char* argv[] )
+psS32 main( psS32 argc,
+            char* argv[] )
 {
     psImage * tempImage = NULL;
@@ -79,9 +79,9 @@
     psFree( outImage );
     psFree( outImageNull );
-    int nLeaks = psMemCheckLeaks( 0, NULL, stdout );
+    psS32 nLeaks = psMemCheckLeaks( 0, NULL, stdout );
     if ( nLeaks != 0 ) {
         printf( "ERROR: Found %d memory leaks\n", nLeaks );
     }
-    int nBad = psMemCheckCorruption( 0 );
+    psS32 nBad = psMemCheckCorruption( 0 );
     if ( nBad ) {
         printf( "ERROR: Found %d bad memory blocks\n", nBad );
