IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25726


Ignore:
Timestamp:
Oct 1, 2009, 1:48:09 PM (17 years ago)
Author:
bills
Message:

fix bug in metadata copy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/src/ppstampMakeStamp.c

    r25710 r25726  
    8383        psMetadataItem *biassec = psMetadataLookup(outCell->concepts, "CELL.BIASSEC");
    8484        psFree(biassec->data.V);
    85         trimsec->data.V = psListAlloc(NULL);
     85        biassec->data.V = psListAlloc(NULL);
    8686    } else {
    8787        psList *inCells = psArrayToList(inChip->cells); // Input cells
Note: See TracChangeset for help on using the changeset viewer.