Changeset 33690 for trunk/psphot/src/psphotParseCamera.c
- Timestamp:
- Apr 3, 2012, 5:46:39 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotParseCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotParseCamera.c
r29936 r33690 2 2 3 3 // define the needed / desired I/O files 4 5 4 6 bool psphotParseCamera (pmConfig *config) { 5 7 … … 40 42 } 41 43 44 pmFPAfileBindFromArgs (&status, input, config, "PSPHOT.EXPNUM", "EXPNUM"); 45 if (!status) { 46 psError (PS_ERR_UNKNOWN, false, "failed to load find definition"); 47 return NULL; 48 } 49 50 42 51 // define the additional input/output files associated with psphot 43 52 if (!psphotDefineFiles (config, input)) {
Note:
See TracChangeset
for help on using the changeset viewer.
