Changeset 3671 for trunk/psLib/src/astronomy/psMetadataIO.c
- Timestamp:
- Apr 5, 2005, 3:12:58 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psMetadataIO.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psMetadataIO.c
r3441 r3671 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.2 3$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-0 3-17 19:01:01$11 * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-04-06 01:12:58 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 509 509 char *strComment = NULL; 510 510 char *linePtr = NULL; 511 psElemType vecType = PS_TYPE_PTR;511 psElemType vecType = 0; 512 512 psS32 status = 0; 513 513 psU32 lineCount = 0; … … 956 956 psS32 status = 0; 957 957 psU32 lineNumber = 0; 958 psElemType pType = PS_TYPE_PTR;958 psElemType pType = 0; 959 959 char *strName = NULL; 960 960 char *strType = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
