Changeset 19254 for trunk/ippTools/src/faketool.c
- Timestamp:
- Aug 27, 2008, 5:55:46 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/faketool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/faketool.c
r19092 r19254 117 117 PXOPT_COPY_TIME(config->args, where, "-dateobs_end", "dateobs", "<="); 118 118 PXOPT_COPY_STR(config->args, where, "-exp_tag", "exp_tag", "=="); 119 PXOPT_COPY_STR(config->args, where, "-label", "label", "=="); 119 120 PXOPT_COPY_STR(config->args, where, "-filelevel", "filelevel", "=="); 120 121 PXOPT_COPY_STR(config->args, where, "-reduction", "reduction", "=="); … … 147 148 PXOPT_COPY_F32(config->args, where, "-solang_min", "solang", ">="); 148 149 PXOPT_COPY_F32(config->args, where, "-solang_max", "solang", "<"); 150 PXOPT_COPY_STR(config->args, where, "-comment", "comment", "LIKE"); 149 151 150 152 if (!psListLength(where->list)
Note:
See TracChangeset
for help on using the changeset viewer.
