Changeset 12944
- Timestamp:
- Apr 20, 2007, 2:16:22 PM (19 years ago)
- File:
-
- 1 edited
-
branches/eam_02_branch/psphot/src/psphot.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_02_branch/psphot/src/psphot.c
r12805 r12944 18 18 // load input data (config and images (signal, noise, mask) 19 19 if (!psphotParseCamera (config)) { 20 psErrorStackPrint(stderr, "Error setting up the camera ");20 psErrorStackPrint(stderr, "Error setting up the camera\n"); 21 21 exit (psphotGetExitStatus()); 22 22 } … … 24 24 // call psphot for each readout 25 25 if (!psphotImageLoop (config)) { 26 psErrorStackPrint(stderr, "Error in the psphot image loop ");26 psErrorStackPrint(stderr, "Error in the psphot image loop\n"); 27 27 exit (psphotGetExitStatus()); 28 28 }
Note:
See TracChangeset
for help on using the changeset viewer.
