Changeset 7339
- Timestamp:
- Jun 5, 2006, 11:51:54 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.c
r6862 r7339 5 5 psTimerStart ("complete"); 6 6 7 psphotErrorRegister(); // register our error codes/messages 8 9 // basic pslib options 10 psLogSetFormat ("M"); 11 7 12 // load implementation-specific models 8 13 psphotModelGroupInit (); … … 10 15 // load command-line arguments, options, and system config data 11 16 pmConfig *config = psphotArguments (&argc, argv); 17 if (config == NULL) { 18 psErrorStackPrint(stderr, ""); 19 exit(1); 20 } 12 21 13 22 // load input data (config and images (signal, noise, mask)
Note:
See TracChangeset
for help on using the changeset viewer.
