Changeset 34528 for trunk/psphot/src/psphotOutput.c
- Timestamp:
- Oct 8, 2012, 12:06:06 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotOutput.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotOutput.c
r32695 r34528 34 34 35 35 36 pmFPAfile *file = psMetadataLookupPtr (&status, config->files, "PSPHOT.BACKMDL");36 pmFPAfile *file = psMetadataLookupPtr (&status, config->files, psphotGetFilerule("PSPHOT.BACKMDL")); 37 37 if (!file) return NULL; 38 38 … … 45 45 bool status; 46 46 47 pmFPAfile *file = psMetadataLookupPtr (&status, config->files, "PSPHOT.BACKMDL.STDEV");47 pmFPAfile *file = psMetadataLookupPtr (&status, config->files, psphotGetFilerule("PSPHOT.BACKMDL.STDEV")); 48 48 if (!file) return NULL; 49 49
Note:
See TracChangeset
for help on using the changeset viewer.
