IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 9, 2015, 11:23:13 AM (11 years ago)
Author:
bills
Message:

fix incorrect table reference in fftool.

File:
1 edited

Legend:

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

    r36665 r37789  
    859859    PXOPT_COPY_STR(config->args, where, "-skycell_id", "stackRun.skycell_id", "LIKE");
    860860    PXOPT_COPY_STR(config->args, where, "-filter",     "stackRun.filter", "LIKE");
    861     PXOPT_COPY_S16(config->args, where, "-fault",      "staticskyResult.fault", "==");
     861    PXOPT_COPY_S16(config->args, where, "-fault",      "fullForceSummary.fault", "==");
    862862    pxskycellAddWhere(config, where);
    863863
Note: See TracChangeset for help on using the changeset viewer.