Changeset 34004 for branches/eam_branches/ipp-20120601/Ohana/src/opihi
- Timestamp:
- Jun 11, 2012, 1:27:05 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120601/Ohana/src/opihi/dvo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/Ohana/src/opihi/dvo/cmd.c
r27435 r34004 8 8 int Npts, NPTS, mode[3]; 9 9 int Nsecfilt, KeepNulls; 10 void *Signal;11 10 12 11 PhotCode *code[3]; … … 61 60 62 61 // grab data from all selected sky regions 63 Signal = signal (SIGINT, handle_interrupt); 62 // void *Signal = signal (SIGINT, handle_interrupt); 63 signal (SIGINT, handle_interrupt); 64 64 interrupt = FALSE; 65 65 -
branches/eam_branches/ipp-20120601/Ohana/src/opihi/dvo/fitsed.c
r34001 r34004 80 80 /* load photcode information */ 81 81 if (!InitPhotcodes ()) goto escape; 82 // int Nsecfilt = GetPhotcodeNsecfilt ();83 82 84 83 /* interpret command-line options */
Note:
See TracChangeset
for help on using the changeset viewer.
