Changeset 3671 for trunk/psLib/src/collections
- Timestamp:
- Apr 5, 2005, 3:12:58 PM (21 years ago)
- Location:
- trunk/psLib/src/collections
- Files:
-
- 2 edited
-
psMetadata.h (modified) (2 diffs)
-
psMetadataIO.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psMetadata.h
r3544 r3671 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.4 2$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 3-29 22:13:53$13 * @version $Revision: 1.43 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2005-04-06 01:12:58 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 64 64 (METATYPE==PS_META_F32) ? PS_TYPE_F32 : \ 65 65 (METATYPE==PS_META_F64) ? PS_TYPE_F64 : \ 66 (METATYPE==PS_META_BOOL) ? PS_TYPE_BOOL : PS_TYPE_PTR)66 (METATYPE==PS_META_BOOL) ? PS_TYPE_BOOL : 0 ) 67 67 68 68 /** Option flags for psMetadata functions -
trunk/psLib/src/collections/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.
