IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2011, 8:17:18 PM (15 years ago)
Author:
watersc1
Message:

Typo in sql statement. I can't figure out why it keeps complaining about summit_id, so I just commented out that line. We never use it anyway.

File:
1 edited

Legend:

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

    r31038 r31047  
    509509
    510510    psMetadata *where = psMetadataAlloc();
    511     PXOPT_COPY_STR(config->args, where,  "-summit_id", "summit_id", "==");
     511/*     PXOPT_COPY_STR(config->args, where,  "-summit_id", "summit_id", "=="); */
    512512    PXOPT_COPY_STR(config->args, where,  "-exp_name", "exp_name", "==");
    513513    PXOPT_COPY_STR(config->args, where,  "-inst", "camera", "==");
Note: See TracChangeset for help on using the changeset viewer.