IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24123


Ignore:
Timestamp:
May 9, 2009, 2:15:26 PM (17 years ago)
Author:
bills
Message:

fixed error in where clause for faketool -processedimfile

File:
1 edited

Legend:

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

    r23921 r24123  
    563563
    564564    psMetadata *where = psMetadataAlloc();
    565     PXOPT_COPY_S64(config->args, where, "-fake_id", "fakeRun.fake_id", "==");
     565    PXOPT_COPY_S64(config->args, where, "-fake_id", "fake_id", "==");
    566566    PXOPT_COPY_S64(config->args, where, "-exp_id", "rawExp.exp_id", "==");
    567567    PXOPT_COPY_STR(config->args, where, "-class_id", "rawImfile.class_id", "==");
Note: See TracChangeset for help on using the changeset viewer.