IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2011, 1:41:33 PM (15 years ago)
Author:
heather
Message:

chiptool -advanceexp now respects -chip_id as an argument.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/chiptool.c

    r31954 r32520  
    14181418    psMetadata *where = psMetadataAlloc();
    14191419    pxAddLabelSearchArgs (config, where, "-label", "label", "==");
    1420 
     1420    PXOPT_COPY_S64(config->args, where,  "-chip_id",    "chip_id", "==");
    14211421    // look for completed chipPendingExp
    14221422    // migrate them to chipProccessedExp & camPendingExp
     
    14321432        psFree(whereClause);
    14331433    }
     1434
     1435    psTrace("chiptool", 10, "%s\n", query);
    14341436    psFree(where);
    14351437
Note: See TracChangeset for help on using the changeset viewer.