Changeset 14212 for trunk/psastro/src/psastroDefineFiles.c
- Timestamp:
- Jul 13, 2007, 5:42:11 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroDefineFiles.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroDefineFiles.c
r12806 r14212 4 4 5 5 // these calls bind the I/O handle to the specified fpa 6 if (!pmFPAfileDefineOutput (config, input->fpa, "PSASTRO.OUTPUT")) { 6 pmFPAfile *output = NULL; 7 8 output = pmFPAfileDefineOutput (config, input->fpa, "PSASTRO.OUTPUT"); 9 if (!output) { 7 10 psError(PSASTRO_ERR_CONFIG, false, "Failed to build FPA from PSASTRO.INPUT"); 8 11 return false; 9 12 } 13 output->save = true; 10 14 11 15 # if (0)
Note:
See TracChangeset
for help on using the changeset viewer.
