Changeset 41951
- Timestamp:
- Dec 2, 2021, 3:49:55 PM (5 years ago)
- Location:
- branches/eam_branches/ipp-20211108/ippTools/src
- Files:
-
- 2 edited
-
stacktool.c (modified) (1 diff)
-
stacktoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/ippTools/src/stacktool.c
r41297 r41951 264 264 pxAddLabelSearchArgs (config, where, "-warp_id", "warpRun.warp_id", "=="); 265 265 266 // Add position dependence here. 267 if (!pxspaceBoxAddWhere(config, where)) { 268 psError(psErrorCodeLast(), false, "pxSpaceBoxAddWhere failed"); 269 return false; 270 } 271 266 272 // these are used to build the HAVING restriction 267 273 PXOPT_COPY_S32(config->args, having, "-min_num", "num_warp", ">="); -
branches/eam_branches/ipp-20211108/ippTools/src/stacktoolConfig.c
r41297 r41951 103 103 psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-pretend", 0, "do not actually modify the database", false); 104 104 psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-simple", 0, "use the simple output format", false); 105 pxspaceBoxAddArguments(definebyqueryArgs); 105 106 106 107 // -definerun
Note:
See TracChangeset
for help on using the changeset viewer.
