Changeset 31479
- Timestamp:
- May 6, 2011, 4:04:42 PM (15 years ago)
- Location:
- tags/ipp-20110505/ippTools/src
- Files:
-
- 2 edited
-
laptool.c (modified) (1 diff)
-
stacktool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20110505/ippTools/src/laptool.c
r31435 r31479 560 560 psMetadata *where = psMetadataAlloc(); 561 561 PXOPT_COPY_S64(config->args, where, "-lap_id", "lap_id", "=="); 562 PXOPT_COPY_S64(config->args, where, "-exp_id", " exp_id", "==");562 PXOPT_COPY_S64(config->args, where, "-exp_id", "lapExp.exp_id", "=="); 563 563 564 564 psString query = pxDataGet("laptool_exposures.sql"); -
tags/ipp-20110505/ippTools/src/stacktool.c
r31445 r31479 508 508 association->sass_id = sass_id; 509 509 } 510 else { 511 sass_id = association->sass_id; 512 } 510 513 // Insert the map entry for this row. 511 514 stackAssociationMapRow *maprow = stackAssociationMapRowAlloc(sass_id,stack_id);
Note:
See TracChangeset
for help on using the changeset viewer.
