IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18207


Ignore:
Timestamp:
Jun 19, 2008, 4:38:27 PM (18 years ago)
Author:
Paul Price
Message:

Replace to avoid error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsStandard.c

    r17898 r18207  
    374374    // Need to correct for binning when CELL.TRIMSEC are specified immutably in the CELLS
    375375    if (source == PM_CONCEPT_SOURCE_CELLS) {
    376         psMetadataAddBool(cell->concepts, PS_LIST_TAIL, "CELL.TRIMSEC.UPDATE", 0,
     376        psMetadataAddBool(cell->concepts, PS_LIST_TAIL, "CELL.TRIMSEC.UPDATE", PS_META_REPLACE,
    377377                          "Need to update CELL.TRIMSEC when the binning is available.",
    378378                          true);
Note: See TracChangeset for help on using the changeset viewer.