- Timestamp:
- Mar 1, 2016, 11:34:48 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20160226/src/opihi/dvo/cmd.c
r38471 r39419 21 21 skylist = NULL; 22 22 selection = NULL; 23 struct sigaction *old_sigaction = NULL: 23 24 24 25 /* load photcode information */ … … 60 61 61 62 // grab data from all selected sky regions 62 // void *Signal = signal (SIGINT, handle_interrupt); 63 signal (SIGINT, handle_interrupt); 64 interrupt = FALSE; 63 old_sigaction = SetInterrupt(); 65 64 66 65 /* loop over regions, extract data for each region */ … … 118 117 dvo_catalog_free (&catalog); 119 118 } 119 ClearInterrupt (old_sigaction); 120 120 121 121 xvec[0].Nelements = yvec[0].Nelements = Npts; … … 129 129 130 130 escape: 131 ClearInterrupt (old_sigaction); 131 132 dvo_catalog_free (&catalog); 132 133 SkyListFree (skylist);
Note:
See TracChangeset
for help on using the changeset viewer.
