IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6731


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

Removing C32, C64.

File:
1 edited

Legend:

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

    r6729 r6731  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.99.4.7 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-03-30 03:23:12 $
     14 *  @version $Revision: 1.99.4.8 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-03-30 03:36:30 $
    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);
    370368        PS_METADATA_ITEM_COPY_CASE(STRING,V); // This will copy the string, not point at it.
    371369    case PS_DATA_VECTOR: {
     
    551549                   int format,
    552550                   const char *comment,
    553                    ,..)
     551                   +..)
    554552{
    555553    PS_ASSERT_PTR_NON_NULL(md,false);
Note: See TracChangeset for help on using the changeset viewer.