- Timestamp:
- Jun 23, 2012, 6:57:16 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/ippTools/src/warptool.c
r33112 r34058 1185 1185 pxAddLabelSearchArgs (config, where, "-label", "label", "=="); 1186 1186 1187 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);1187 // PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); 1188 1188 1189 1189 psString query = pxDataGet("warptool_finished_run_select.sql"); … … 1831 1831 PS_ASSERT_PTR_NON_NULL(config, NULL); 1832 1832 1833 PXOPT_LOOKUP_S64(warp_id, config->args, "-warp_id", true, false);1833 // PXOPT_LOOKUP_S64(warp_id, config->args, "-warp_id", true, false); 1834 1834 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); 1835 1835 PXOPT_LOOKUP_BOOL(simple, config->args, "-simple", false); … … 2169 2169 PS_ASSERT_PTR_NON_NULL(config, NULL); 2170 2170 2171 PXOPT_LOOKUP_S64(det_id, config->args, "-warp_id", true, false);2171 // PXOPT_LOOKUP_S64(det_id, config->args, "-warp_id", true, false); 2172 2172 PXOPT_LOOKUP_STR(outfile, config->args, "-outfile", true, false); 2173 2173 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false); … … 2358 2358 pxAddLabelSearchArgs (config, where, "-label", "warpRun.label", "LIKE"); 2359 2359 2360 //PXOPT_LOOKUP_BOOL(all, config->args, "-all", false);2361 PXOPT_LOOKUP_BOOL(no_magic, config->args, "-no_magic", false);2360 // PXOPT_LOOKUP_BOOL(all, config->args, "-all", false); 2361 // PXOPT_LOOKUP_BOOL(no_magic, config->args, "-no_magic", false); 2362 2362 2363 2363 PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
Note:
See TracChangeset
for help on using the changeset viewer.
