Changeset 18385
- Timestamp:
- Jun 30, 2008, 12:18:06 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackLoop.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r18382 r18385 248 248 return false; 249 249 } 250 psfs->data[index ++] = psMemIncrRefCounter(psf);250 psfs->data[index] = psMemIncrRefCounter(psf); 251 251 psMetadataRemoveKey(chip->analysis, "PSPHOT.PSF"); 252 252 … … 278 278 return NULL; 279 279 } 280 sources->data[index] = psMemIncrRefCounter(sources);280 indSources->data[index] = psMemIncrRefCounter(sources); 281 281 sourceLists = ppStackSourceListAdd(sourceLists, sources, config); 282 282 if (!sourceLists) { … … 290 290 } 291 291 } 292 293 index++; 292 294 } 293 295 psFree(fileIter);
Note:
See TracChangeset
for help on using the changeset viewer.
