IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2005, 1:04:22 PM (21 years ago)
Author:
eugene
Message:

cleanups so -Wall -Werror succeed, some .h reorgs

File:
1 edited

Legend:

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

    r4679 r4689  
    44 
    55  char filename[256], catdir[256], *RegionName, *RegionList;
    6   double Radius;
    76  double *M1, *M2;
    87  int i, m, k, Npts, NPTS, N;
    98  int N1, N2, i1, i2, mode[4];
    10   int Ngraph, Nsec, Nregions, KeepNulls;
     9  int Nsec, Nregions, KeepNulls;
    1110
    1211  Catalog catalog;
     
    3534
    3635  KeepNulls = FALSE;
    37   if (N = get_argument (argc, argv, "-nulls")) {
     36  if ((N = get_argument (argc, argv, "-nulls"))) {
    3837    KeepNulls = TRUE;
    3938    remove_argument (N, &argc, argv);
Note: See TracChangeset for help on using the changeset viewer.