Changeset 2204 for trunk/psLib/test/astronomy/tst_psMetadata_01.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astronomy/tst_psMetadata_01.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/tst_psMetadata_01.c
r2153 r2204 17 17 * @author Ross Harman, MHPCC 18 18 * 19 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $20 * @date $Date: 2004-10- 15 19:26:31$19 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 20 * @date $Date: 2004-10-27 00:57:33 $ 21 21 * 22 22 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 96 96 static void printMetadataTable(psHash *mdTable) 97 97 { 98 inti;98 psS32 i; 99 99 psHashBucket* ptr = NULL; 100 100 for(i=0; i<mdTable->nbucket; i++) { … … 116 116 117 117 118 int main(intargc, char* argv[])118 psS32 main(psS32 argc, char* argv[]) 119 119 { 120 120 psMetadata *metadata1 = NULL; … … 262 262 psMemCheckLeaks(0, NULL, stdout); 263 263 psMemCheckCorruption(0); 264 intnBad = psMemCheckCorruption(0);264 psS32 nBad = psMemCheckCorruption(0); 265 265 if(nBad) { 266 266 printf("ERROR: Found %d bad memory blocks\n", nBad);
Note:
See TracChangeset
for help on using the changeset viewer.
