Changeset 5010 for trunk/psLib/src/xml
- Timestamp:
- Sep 12, 2005, 1:27:48 PM (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
r5003 r5010 10 10 * @author David Robbins, MHPCC 11 11 * 12 * @version $Revision: 1.4 0$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-09-12 2 2:25:27$12 * @version $Revision: 1.41 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-09-12 23:27:48 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 72 72 if ( type == 65538) 73 73 type = PS_DATA_VECTOR; 74 if ( type == 65547)75 type = PS_DATA_METADATA;76 if ( type == 655 49)74 // if ( type == 65547) 75 // type = PS_DATA_METADATA; 76 if ( type == 65551) 77 77 type = PS_DATA_TIME; 78 78 switch (type) {
Note:
See TracChangeset
for help on using the changeset viewer.
