Changeset 19072
- Timestamp:
- Aug 14, 2008, 2:47:58 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r19066 r19072 352 352 if (haveSources) { 353 353 // We want to hang on to the 'sources' even when its host FPA is blown away 354 globalSources = psMemIncrRefCounter(pmFPAfileThisReadout(config->files, view, 355 "PPSTACK.INPUT.SOURCES")); 354 pmReadout *sourcesRO = pmFPAfileThisReadout(config->files, view, "PPSTACK.INPUT.SOURCES"); 355 globalSources = psMetadataLookupPtr(NULL, sourcesRO->analysis, "PSPHOT.SOURCES"); 356 psMemIncrRefCounter(globalSources); 356 357 if (!globalSources) { 357 358 psError(PS_ERR_UNKNOWN, true, "Unable to find sources.");
Note:
See TracChangeset
for help on using the changeset viewer.
