- Timestamp:
- Jun 6, 2012, 9:16:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/Ohana/src/opihi/dvo/paverage.c
r27435 r33985 4 4 int paverage (int argc, char **argv) { 5 5 6 FILE *f;7 6 off_t i, j; 8 7 int kapa, Narg, Npts, NPTS, status, VERBOSE; … … 12 11 unsigned IDclip, IDchoice, LimExclude; 13 12 float *Xvec, *Yvec, *Zvec; 14 void *Signal;15 13 16 14 PhotCode *photcode; … … 27 25 if (!style_args (&graphmode, &argc, argv, &kapa)) return FALSE; 28 26 29 f = (FILE *) NULL;30 27 Mz = 17.0; 31 28 Mr = -5.0; … … 102 99 103 100 // prepare to handle interrupt signals 104 Signal =signal (SIGINT, handle_interrupt);101 signal (SIGINT, handle_interrupt); 105 102 interrupt = FALSE; 106 103
Note:
See TracChangeset
for help on using the changeset viewer.
