Changeset 31606 for branches/czw_branch/20110406/ippTools/src/stacktool.c
- Timestamp:
- Jun 6, 2011, 1:56:22 PM (15 years ago)
- Location:
- branches/czw_branch/20110406
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/src (modified) (1 prop)
-
ippTools/src/stacktool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20110406
- Property svn:mergeinfo changed
-
branches/czw_branch/20110406/ippTools/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20110404/ippTools/src (added) merged: 31186,31188,31278,31439
- Property svn:mergeinfo changed
-
branches/czw_branch/20110406/ippTools/src/stacktool.c
r31253 r31606 246 246 PXOPT_COPY_STR(config->args, where, "-select_data_group", "warpRun.data_group", "=="); 247 247 pxAddLabelSearchArgs (config, where, "-select_label", "warpRun.label", "LIKE"); // define using warp label 248 248 pxAddLabelSearchArgs (config, where, "-warp_id", "warpRun.warp_id", "=="); 249 249 250 // these are used to build the HAVING restriction 250 251 PXOPT_COPY_S32(config->args, having, "-min_num", "num_warp", ">="); … … 487 488 // Define the requested association, and insert it if it doesn't already exist 488 489 stackAssociationRow *association = pxStackAssociationDefine(config,stack_id); 489 psS64 sass_id ;490 psS64 sass_id=-1; 490 491 if (!association->sass_id) { 491 492 psTrace("stacktool.association",2,"No required Association found. Adding."); … … 508 509 association->sass_id = sass_id; 509 510 } 511 else { 512 sass_id = association->sass_id; 513 } 510 514 // Insert the map entry for this row. 511 515 stackAssociationMapRow *maprow = stackAssociationMapRowAlloc(sass_id,stack_id);
Note:
See TracChangeset
for help on using the changeset viewer.
