Index: trunk/psLib/test/dataManip/tst_psMatrix06.c
===================================================================
--- trunk/psLib/test/dataManip/tst_psMatrix06.c	(revision 1406)
+++ trunk/psLib/test/dataManip/tst_psMatrix06.c	(revision 2204)
@@ -10,6 +10,6 @@
 *  @author  Ross Harman, MHPCC
 *
-*  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
-*  @date  $Date: 2004-08-06 22:34:06 $
+*  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
+*  @date  $Date: 2004-10-27 00:57:33 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -21,6 +21,6 @@
 
 #define PRINT_MATRIX(IMAGE)                         \
-for(int i=0; i<IMAGE->numRows; i++) {           \
-    for(int j=0; j<IMAGE->numCols; j++) {       \
+for(psS32 i=0; i<IMAGE->numRows; 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 * outImage = NULL;
@@ -76,9 +76,9 @@
     psFree( outImage );
     psFree( inImage );
-    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 );
