IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6718


Ignore:
Timestamp:
Mar 28, 2006, 12:19:15 PM (20 years ago)
Author:
magnier
Message:

flag for copying the multi's should be PS_META_DUPLICATE_OK (not PS_DATA_META_MULTI)

File:
1 edited

Legend:

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

    r6714 r6718  
    1212 *  @author Ross Harman, MHPCC
    1313 *
    14  *  @version $Revision: 1.99.4.4 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-03-28 02:17:08 $
     14 *  @version $Revision: 1.99.4.5 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-03-28 22:19:15 $
    1616 *
    1717 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    370370        if (multiCheckItem->type == PS_DATA_METADATA_MULTI) {
    371371            psTrace(__func__, 10, "MULTI: %s (%s)\n", inItem->name, inItem->comment);
    372             flag = PS_DATA_METADATA_MULTI;
     372            flag = PS_META_DUPLICATE_OK;
    373373        }
    374374        psTrace(__func__, 5, "Copying %s (%s)...\n", inItem->name, inItem->comment);
Note: See TracChangeset for help on using the changeset viewer.