Changeset 15669 for trunk/psastro/src/psastroDefineFiles.c
- Timestamp:
- Nov 20, 2007, 9:18:44 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroDefineFiles.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroDefineFiles.c
r15660 r15669 30 30 bool saveAstrom = psMetadataLookupBool (&status, recipe, "SAVE.REF.ASTROM"); 31 31 if (saveAstrom) { 32 if (!pmFPAfileDefineOutputFromFile (config, input, "PSASTRO.OUT.ASTROM")) { 32 pmFPAfile *outAstrom = pmFPAfileDefineOutputFromFile (config, input, "PSASTRO.OUT.ASTROM"); 33 if (!outAstrom) { 33 34 psError (PS_ERR_IO, false, "Can't find a reference astrometry file"); 34 35 return NULL; 35 36 } 37 outAstrom->save = true; 36 38 } 37 39
Note:
See TracChangeset
for help on using the changeset viewer.
