Changeset 5057 for trunk/psLib/src/xml
- Timestamp:
- Sep 15, 2005, 11:22:22 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/xml/psXML.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/xml/psXML.c
r5010 r5057 10 10 * @author David Robbins, MHPCC 11 11 * 12 * @version $Revision: 1.4 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-09-1 2 23:27:48$12 * @version $Revision: 1.42 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-09-15 21:22:22 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 68 68 while ( item != NULL ) { 69 69 type = item->type; 70 if ( type == 65537)70 if ( type == PS_META_STR) 71 71 type = PS_DATA_STRING; 72 if ( type == 65538)72 if ( type == PS_META_VEC) 73 73 type = PS_DATA_VECTOR; 74 // if ( type == 65547) 75 // type = PS_DATA_METADATA; 76 if ( type == 65551) 74 if ( type == PS_META_TIME) 77 75 type = PS_DATA_TIME; 78 76 switch (type) {
Note:
See TracChangeset
for help on using the changeset viewer.
