- 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/objectcoverage.c
r39233 r39419 174 174 Nsecfilt = GetPhotcodeNsecfilt(); 175 175 // grab data from all selected sky regions 176 signal (SIGINT, handle_interrupt);177 interrupt = FALSE;178 176 179 177 /* load region corresponding to selection above */ 180 178 if ((skylist = SelectRegions (selection)) == NULL) goto escape; 179 180 struct sigaction *old_sigaction = SetInterrupt(); 181 181 182 182 /* loop over regions, extract data for each region */ … … 224 224 } 225 225 } 226 ClearInterrupt (old_sigaction); 226 227 return (TRUE); 227 228
Note:
See TracChangeset
for help on using the changeset viewer.
