Changeset 19419
- Timestamp:
- Sep 8, 2008, 1:59:50 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxchip.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxchip.c
r19418 r19419 72 72 psMetadataAddF32(md, PS_LIST_TAIL, "-solang_max", 0, "search by max solar angle", NAN); 73 73 psMetadataAddStr(md, PS_LIST_TAIL, "-comment", 0, "search by comment field (LIKE comparison)", NULL); 74 psMetadataAddStr(md, PS_LIST_TAIL, "-label", 0, "search by label", NULL);75 74 return true; 76 75 } … … 124 123 PXOPT_COPY_F32(config->args, where, "-solang_max", "rawExp.solang", "<"); 125 124 PXOPT_COPY_STR(config->args, where, "-comment", "rawExp.comment", "LIKE"); 126 PXOPT_COPY_STR(config->args, where, "-label", "chipRun.label", "==");127 125 return true; 128 126 }
Note:
See TracChangeset
for help on using the changeset viewer.
