Changeset 13478
- Timestamp:
- May 22, 2007, 12:03:25 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.c
r13427 r13478 16 16 // load command-line arguments, options, and system config data 17 17 pmConfig *config = psphotArguments (argc, argv); 18 if (!config) usage (); 18 if (!config) { 19 psErrorStackPrint(stderr, "Error reading arguments\n"); 20 usage (); 21 } 19 22 20 23 // load input data (config and images (signal, noise, mask)
Note:
See TracChangeset
for help on using the changeset viewer.
