Changeset 23442 for trunk/psphot/src/psphotReadoutMinimal.c
- Timestamp:
- Mar 19, 2009, 3:48:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadoutMinimal.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadoutMinimal.c
r21366 r23442 19 19 if (!recipe) { 20 20 psError(PSPHOT_ERR_CONFIG, false, "missing recipe %s", PSPHOT_RECIPE); 21 return false; 22 } 23 24 // set the photcode for this image 25 if (!psphotAddPhotcode(recipe, config, view, "PSPHOT.INPUT")) { 26 psError(PSPHOT_ERR_CONFIG, false, "trouble defining the photcode"); 21 27 return false; 22 28 }
Note:
See TracChangeset
for help on using the changeset viewer.
