Changeset 36441 for trunk/psastro/src/psastroDefineFiles.c
- Timestamp:
- Jan 14, 2014, 2:28:47 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psastro/src/psastroDefineFiles.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/bills_branches/bills_201312 (added) merged: 36383,36386,36388-36396,36406-36407,36409-36412,36415-36420,36422-36427,36433,36436-36439
- Property svn:mergeinfo changed
-
trunk/psastro/src/psastroDefineFiles.c
r32964 r36441 100 100 } 101 101 102 bool writeCff = psMetadataLookupBool (&status, recipe, "PSASTRO.SAVE.CFF"); 103 if (writeCff) { 104 pmFPAfile *file = pmFPAfileDefineOutputFromFile (config, input, "PSPHOT.OUTPUT.CFF"); 105 if (!file) { 106 psError (PS_ERR_IO, false, "Can't find the output cff file definition"); 107 return NULL; 108 } 109 if (file->type != PM_FPA_FILE_CFF) { 110 psError(PS_ERR_IO, true, "%s is not of type %s", "PSPHOT.OUTPUT.CFF", pmFPAfileStringFromType (PM_FPA_FILE_CFF)); 111 return NULL; 112 } 113 file->save = true; 114 } 115 102 116 103 117 # if (0)
Note:
See TracChangeset
for help on using the changeset viewer.
