IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 25, 2011, 5:26:55 AM (15 years ago)
Author:
eugene
Message:

avoid errors from duplicate metadata entries; only supply TIME_FINAL for convolved stack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackCombineInitial.c

    r30874 r31054  
    8989
    9090    if (options->stats) {
    91         psMetadataAddF32(options->stats, PS_LIST_TAIL, "TIME_INITIAL", 0,
    92                          "Time to make initial stack", psTimerMark("PPSTACK_INITIAL"));
     91        psMetadataAddF32(options->stats, PS_LIST_TAIL, "TIME_INITIAL", PS_META_REPLACE, "Time to make initial stack", psTimerMark("PPSTACK_INITIAL"));
    9392    }
    9493
Note: See TracChangeset for help on using the changeset viewer.