IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2005, 3:12:58 PM (21 years ago)
Author:
desonia
Message:

Removed PS_TYPE_PTR from psElemType, as per latest SDRS.

File:
1 edited

Legend:

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

    r3544 r3671  
    1111*  @author Ross Harman, MHPCC
    1212*
    13 *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2005-03-29 22:13:53 $
     13*  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2005-04-06 01:12:58 $
    1515*
    1616*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    6464        (METATYPE==PS_META_F32) ? PS_TYPE_F32 : \
    6565        (METATYPE==PS_META_F64) ? PS_TYPE_F64 : \
    66         (METATYPE==PS_META_BOOL) ? PS_TYPE_BOOL : PS_TYPE_PTR )
     66        (METATYPE==PS_META_BOOL) ? PS_TYPE_BOOL : 0 )
    6767
    6868/** Option flags for psMetadata functions
Note: See TracChangeset for help on using the changeset viewer.