IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5010 for trunk/psLib/src/types


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

set PS_META_META = PS_DATA_METADATA

Location:
trunk/psLib/src/types
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psMetadata.h

    r5000 r5010  
    1111*  @author Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.62 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2005-09-12 21:36:54 $
     13*  @version $Revision: 1.63 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2005-09-12 23:27:48 $
    1515*
    1616*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5252    PS_META_UNKNOWN,                   ///< Other data (Stored as item.data.V).
    5353    PS_META_MULTI,                     ///< Used internally, do not create an metadata item of this type.
    54     PS_META_META,                      ///< Metadata data (Stored as item.data.md).
     54    PS_META_META = PS_DATA_METADATA,   ///< Metadata data (Stored as item.data.md).
    5555    PS_META_ARRAY,                     ///< Array data (Stored as item.data.V).
    5656    PS_META_TIME                       ///< psTime data (Stored as item.data.V).
  • trunk/psLib/src/types/psMetadataConfig.c

    r5007 r5010  
    1010*  @author Eric Van Alst, MHPCC
    1111*
    12 *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-09-12 23:04:59 $
     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
     
    11851185        if ( type == 65538)
    11861186            type = PS_DATA_VECTOR;
    1187         if ( type == 65549)
     1187        if ( type == 65551)
    11881188            type = PS_DATA_TIME;
    11891189        if ( item->type == PS_META_META)
Note: See TracChangeset for help on using the changeset viewer.