Changeset 34088 for trunk/Ohana/src/opihi/dvo/imextract.c
- Timestamp:
- Jun 26, 2012, 11:46:01 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/imextract.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/imextract.c
r31635 r34088 5 5 off_t i, j, Nimage; 6 6 int n, N, Npts, NPTS, last, next, state, Nfields, Nreturn, Ncstack, Nstack; 7 int VERBOSE;8 7 char **cstack, name[1024]; 9 8 void *Signal; … … 27 26 if ((N = get_argument (argc, argv, "--help"))) goto help; 28 27 29 VERBOSE = FALSE;30 if ((N = get_argument (argc, argv, "-v"))) {31 remove_argument (N, &argc, argv);32 VERBOSE = TRUE;33 }28 // int VERBOSE = FALSE; 29 // if ((N = get_argument (argc, argv, "-v"))) { 30 // remove_argument (N, &argc, argv); 31 // VERBOSE = TRUE; 32 // } 34 33 35 34 if (!InitPhotcodes ()) goto escape;
Note:
See TracChangeset
for help on using the changeset viewer.
