Changeset 14839
- Timestamp:
- Sep 14, 2007, 3:07:33 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackMatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackMatch.c
r14811 r14839 52 52 } 53 53 54 psArray *sources = psMetadataLookupPtr(&mdok, sourcesRO->analysis, "PSPHOT.SOURCES"); // Sources in image 54 psArray *sources = NULL; // Sources in image 55 if (sourcesRO->analysis) { 56 sources = psMetadataLookupPtr(&mdok, sourcesRO->analysis, "PSPHOT.SOURCES"); 57 } 55 58 56 59 // Do the image matching
Note:
See TracChangeset
for help on using the changeset viewer.
