IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2016, 10:23:42 PM (10 years ago)
Author:
eugene
Message:

modify to pass with extremely pedantic build; force consistency for signed vs unsigned and int sizes; various relastro updates

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/opihi/dvo/cmd.c

    r38471 r39457  
    2121  skylist = NULL;
    2222  selection = NULL;
     23  struct sigaction *old_sigaction = NULL:
    2324
    2425  /* load photcode information */
     
    6061
    6162  // 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();
    6564
    6665  /* loop over regions, extract data for each region */
     
    118117    dvo_catalog_free (&catalog);
    119118  }
     119  ClearInterrupt (old_sigaction);
    120120
    121121  xvec[0].Nelements = yvec[0].Nelements = Npts;
     
    129129
    130130escape:
     131  ClearInterrupt (old_sigaction);
    131132  dvo_catalog_free (&catalog);
    132133  SkyListFree (skylist);
Note: See TracChangeset for help on using the changeset viewer.