IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6729


Ignore:
Timestamp:
Mar 29, 2006, 5:23:12 PM (20 years ago)
Author:
Paul Price
Message:

Adding C32 and C64 for psMetadataItemCopy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel10_ifa/psLib/src/types/psMetadata.c

    r6728 r6729  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.99.4.6 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-03-30 00:31:04 $
     14 *  @version $Revision: 1.99.4.7 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-03-30 03:23:12 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    366366        PS_METADATA_ITEM_COPY_CASE(F32,F32);
    367367        PS_METADATA_ITEM_COPY_CASE(F64,F64);
     368        PS_METADATA_ITEM_COPY_CASE(C32,C32);
     369        PS_METADATA_ITEM_COPY_CASE(C64,C64);
    368370        PS_METADATA_ITEM_COPY_CASE(STRING,V); // This will copy the string, not point at it.
    369371    case PS_DATA_VECTOR: {
     
    549551                   int format,
    550552                   const char *comment,
    551                    -..)
     553                   ,..)
    552554{
    553555    PS_ASSERT_PTR_NON_NULL(md,false);
Note: See TracChangeset for help on using the changeset viewer.