Changeset 2204 for trunk/psLib/test/astronomy/tst_psMetadata_05.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/astronomy/tst_psMetadata_05.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/tst_psMetadata_05.c
r2049 r2204 22 22 * @author Ross Harman, MHPCC 23 23 * 24 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $25 * @date $Date: 2004-10- 12 01:40:32$24 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 25 * @date $Date: 2004-10-27 00:57:33 $ 26 26 * 27 27 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 68 68 69 69 70 int main( intargc, char* argv[] )70 psS32 main( psS32 argc, char* argv[] ) 71 71 { 72 longdata;72 psS64 data; 73 73 psF32 fpdata; 74 74 psMetadataItem *item1 = NULL; … … 271 271 } 272 272 psMemCheckCorruption(0); 273 intnBad = psMemCheckCorruption(0);273 psS32 nBad = psMemCheckCorruption(0); 274 274 if(nBad) { 275 275 printf("ERROR: Found %d bad memory blocks\n", nBad);
Note:
See TracChangeset
for help on using the changeset viewer.
