Changeset 3114 for trunk/psLib/src/astronomy/psMetadataIO.c
- Timestamp:
- Feb 2, 2005, 2:45:06 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
r2973 r3114 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-0 1-13 20:48:59$11 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-02-03 00:45:06 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 760 760 psF64 tempDbl = 0.0; 761 761 psS32 tempInt = 0.0; 762 psElemType pType ;763 psMetadataType mdType ;762 psElemType pType = PS_TYPE_PTR; 763 psMetadataType mdType = PS_META_PRIMITIVE; 764 764 char *fileName = NULL; 765 765 char *strName = NULL; … … 909 909 psS32 status = 0; 910 910 psU32 lineNumber = 0; 911 psElemType pType ;912 psMetadataType mdType ;911 psElemType pType = PS_TYPE_PTR; 912 psMetadataType mdType = PS_META_PRIMITIVE; 913 913 char *strName = NULL; 914 914 char *strType = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
