Changeset 16688
- Timestamp:
- Feb 27, 2008, 12:04:31 PM (18 years ago)
- Location:
- trunk/ippTools
- Files:
-
- 2 edited
-
share/stacktool_find_complete_warps.sql (modified) (1 diff)
-
src/stacktool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/stacktool_find_complete_warps.sql
r16687 r16688 16 16 WHERE 17 17 warpRun.state = 'stop' 18 GROUP BY 19 warp_id 18 -- It seems like we should be grouping the results here but in fact we don't 19 -- want to do that as each warp_id may contain multiple skycells. So a warp_id 20 -- may end up in more than one stackRun (for different skycells) 21 -- GROUP BY 22 -- warp_id 20 23 -
trunk/ippTools/src/stacktool.c
r16687 r16688 246 246 for (long j = 0; j < psArrayLength(col); j++) { 247 247 bool status; 248 psS64 warp_id = psMetadataLookupS64(&status, col->data[ 0], "warp_id");248 psS64 warp_id = psMetadataLookupS64(&status, col->data[j], "warp_id"); 249 249 if (!status) { 250 250 if (!psDBRollback(config->dbh)) {
Note:
See TracChangeset
for help on using the changeset viewer.
