Changeset 25027 for branches/pap/pswarp/src/pswarpTransformReadout.c
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pswarp/src/pswarpTransformReadout.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/pswarp/src/pswarpTransformReadout.c
r23538 r25027 109 109 110 110 // create jobs and supply them to the threads 111 for (int gridY = yGridMin; gridY < yGridMax; gridY++) {112 for (int gridX = xGridMin; gridX < xGridMax; gridX++) {111 for (int gridY = yGridMin; gridY <= yGridMax; gridY++) { 112 for (int gridX = xGridMin; gridX <= xGridMax; gridX++) { 113 113 pswarpTransformTileArgs *args = pswarpTransformTileArgsAlloc(); 114 114 args->input = psMemIncrRefCounter(input); … … 171 171 psFree(job); 172 172 } 173 psFree(interp);174 173 psFree(grid); 175 174 … … 202 201 } 203 202 } 203 psFree(interp); 204 204 205 205 if (goodPixels > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
