IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2012, 11:46:01 AM (14 years ago)
Author:
eugene
Message:

updates for pedantic gcc, mods to relphot average mags to handle GPC1 stacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/cmd.c

    r27435 r34088  
    88  int Npts, NPTS, mode[3];
    99  int Nsecfilt, KeepNulls;
    10   void *Signal;
    1110
    1211  PhotCode *code[3];
     
    6160
    6261  // 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);
    6464  interrupt = FALSE;
    6565
Note: See TracChangeset for help on using the changeset viewer.