IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27176


Ignore:
Timestamp:
Mar 3, 2010, 4:40:09 PM (16 years ago)
Author:
bills
Message:

support magicked related query args in regtool -processedexp

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

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

    r27168 r27176  
    10781078   
    10791079    psString where2 = NULL;
     1080    if (!pxmagicAddWhere(config, &where2, "rawExp")) {
     1081        psError(psErrorCodeLast(), false, "pxmagicAddWhere failed");
     1082        return false;
     1083    }
    10801084    if (!pxspaceAddWhere(config, &where2, "rawExp")) {
    10811085        psError(psErrorCodeLast(), false, "pxSpaceAddWhere failed");
  • trunk/ippTools/src/regtoolConfig.c

    r27153 r27176  
    293293    psMetadataAddF32(processedexpArgs,  PS_LIST_TAIL, "-sun_angle_max",    0,         "define max solar angle", NAN);
    294294    pxspaceAddArguments(processedexpArgs);
     295    pxmagicAddArguments(processedexpArgs);
    295296
    296297    psMetadataAddU64(processedexpArgs,  PS_LIST_TAIL, "-limit",         0,            "limit result set to N items", 0);
Note: See TracChangeset for help on using the changeset viewer.