IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5136 for trunk/psLib/src/xml


Ignore:
Timestamp:
Sep 26, 2005, 11:13:36 AM (21 years ago)
Author:
desonia
Message:

changed PS_META* datatypes to more generic PS_DATA* datatypes.

File:
1 edited

Legend:

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

    r5057 r5136  
    1010*  @author David Robbins, MHPCC
    1111*
    12 *  @version $Revision: 1.42 $ $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 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6868    while ( item != NULL ) {
    6969        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;
    7670        switch (type) {
    7771        case PS_DATA_BOOL:
Note: See TracChangeset for help on using the changeset viewer.