- 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/skycat.c
r39354 r39419 71 71 72 72 // prepare to handle interrupt signals 73 signal (SIGINT, handle_interrupt); 74 interrupt = FALSE; 73 struct sigaction *old_sigaction = SetInterrupt(); 75 74 76 75 for (i = 0; (i < Nregions) && !interrupt; i++) { … … 113 112 } 114 113 } 114 ClearInterrupt (old_sigaction); 115 115 116 116 gprint (GP_ERR, "plotting %d catalogs\n", Npts/8);
Note:
See TracChangeset
for help on using the changeset viewer.
