Changeset 12601 for trunk/psphot/src/psphotOutput.c
- Timestamp:
- Mar 27, 2007, 9:05:13 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotOutput.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotOutput.c
r12546 r12601 81 81 82 82 pmFPAfile *input = psMetadataLookupPtr (&status, config->files, "PSPHOT.INPUT"); 83 assert (status);83 PS_ASSERT (status, false); 84 84 85 85 // determine PHOTCODE from fpa & view, overwrite in recipe 86 // XXX test this:87 86 char *photcode = pmConceptsPhotcodeForView (config, input, view); 88 assert (photcode);87 PS_ASSERT (photcode, false); 89 88 90 89 psMetadataAddStr (recipe, PS_LIST_TAIL, "PHOTCODE", PS_META_REPLACE, "photcode from FPA concepts", photcode);
Note:
See TracChangeset
for help on using the changeset viewer.
