Changeset 18889 for trunk/ippTools/src/warptool.c
- Timestamp:
- Aug 4, 2008, 11:49:55 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/warptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/warptool.c
r18561 r18889 109 109 { 110 110 PS_ASSERT_PTR_NON_NULL(config, false); 111 112 PXOPT_LOOKUP_S64(fake_id, config->args, "-fake_id", true, false); // required 113 PXOPT_LOOKUP_STR(mode, config->args, "-mode", true, false); // required 114 PXOPT_LOOKUP_STR(workdir, config->args, "-workdir", true, false); // required 111 112 PXOPT_LOOKUP_S64(fake_id, config->args, "-fake_id", true, false); // required 113 PXOPT_LOOKUP_STR(mode, config->args, "-mode", true, false); // required 114 PXOPT_LOOKUP_STR(workdir, config->args, "-workdir", true, false); // required 115 115 PXOPT_LOOKUP_STR(label, config->args, "-label", false, false); 116 116 PXOPT_LOOKUP_STR(dvodb, config->args, "-dvodb", false, false); … … 1033 1033 PXOPT_COPY_F32(config->args, where, "-solang_min", "solang", ">="); 1034 1034 PXOPT_COPY_F32(config->args, where, "-solang_max", "solang", "<"); 1035 PXOPT_COPY_S16(config->args, where, "-code", " fault", "==");1035 PXOPT_COPY_S16(config->args, where, "-code", "warpSkyfile.fault", "=="); 1036 1036 1037 1037 if (!psListLength(where->list)
Note:
See TracChangeset
for help on using the changeset viewer.
