IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 28, 2008, 10:01:01 AM (18 years ago)
Author:
eugene
Message:

allow -inputskyfiles to return the list even if run is done

File:
1 edited

Legend:

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

    r19256 r19260  
    520520    PS_ASSERT_PTR_NON_NULL(config, false);
    521521
     522    // XXX require at least a stack id (add better search options)
     523    PXOPT_LOOKUP_S64(stack_id, config->args, "-stack_id", true, false);
     524
    522525    psMetadata *where = psMetadataAlloc();
    523526    PXOPT_COPY_S64(config->args, where, "-warp_id", "warp_id", "==");
Note: See TracChangeset for help on using the changeset viewer.