IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2005, 11:22:22 AM (21 years ago)
Author:
drobbin
Message:

Minor changes from new SDRS, prototype code for psArguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/xml/psXML.c

    r5010 r5057  
    1010*  @author David Robbins, MHPCC
    1111*
    12 *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-09-12 23:27:48 $
     12*  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-09-15 21:22:22 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6868    while ( item != NULL ) {
    6969        type = item->type;
    70         if ( type == 65537)
     70        if ( type == PS_META_STR)
    7171            type = PS_DATA_STRING;
    72         if ( type == 65538)
     72        if ( type == PS_META_VEC)
    7373            type = PS_DATA_VECTOR;
    74         //        if ( type == 65547)
    75         //            type = PS_DATA_METADATA;
    76         if ( type == 65551)
     74        if ( type == PS_META_TIME)
    7775            type = PS_DATA_TIME;
    7876        switch (type) {
Note: See TracChangeset for help on using the changeset viewer.