Changeset 5136 for trunk/psLib/src/xml
- Timestamp:
- Sep 26, 2005, 11:13:36 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
r5057 r5136 10 10 * @author David Robbins, MHPCC 11 11 * 12 * @version $Revision: 1.4 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-09- 15 21:22:22$12 * @version $Revision: 1.43 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-09-26 21:13:28 $ 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 == PS_META_STR)71 type = PS_DATA_STRING;72 if ( type == PS_META_VEC)73 type = PS_DATA_VECTOR;74 if ( type == PS_META_TIME)75 type = PS_DATA_TIME;76 70 switch (type) { 77 71 case PS_DATA_BOOL:
Note:
See TracChangeset
for help on using the changeset viewer.
