IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 23, 2008, 11:29:44 AM (18 years ago)
Author:
Paul Price
Message:

Adding DT_WARP to stats metadata.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpLoop.c

    r17569 r17781  
    352352    // Write out summary statistics
    353353    if (stats) {
     354        psMetadataAddF32(stats, PS_LIST_TAIL, "DT_WARP", 0, "Time for warp completion",
     355                         psTimerMark("pswarp"));
     356
    354357        const char *statsMDC = psMetadataConfigFormat(stats);
    355358        if (!statsMDC) {
Note: See TracChangeset for help on using the changeset viewer.