IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5010 for trunk/psLib/src/xml


Ignore:
Timestamp:
Sep 12, 2005, 1:27:48 PM (21 years ago)
Author:
drobbin
Message:

set PS_META_META = PS_DATA_METADATA

File:
1 edited

Legend:

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

    r5003 r5010  
    1010*  @author David Robbins, MHPCC
    1111*
    12 *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-09-12 22:25:27 $
     12*  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-09-12 23:27:48 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7272        if ( type == 65538)
    7373            type = PS_DATA_VECTOR;
    74         if ( type == 65547)
    75             type = PS_DATA_METADATA;
    76         if ( type == 65549)
     74        //        if ( type == 65547)
     75        //            type = PS_DATA_METADATA;
     76        if ( type == 65551)
    7777            type = PS_DATA_TIME;
    7878        switch (type) {
Note: See TracChangeset for help on using the changeset viewer.