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/cmd.c

    r4679 r4689  
    44 
    55  char filename[256], catdir[256], *RegionName, *RegionList;
    6   double Radius, *M1, *M3;
     6  double *M1, *M3;
    77  int i, j, m, i1, i3, N1, N3, N;
    88  int Npts, NPTS, mode[3];
    9   int Ngraph, Nsec, Nregions, KeepNulls;
     9  int Nsec, Nregions, KeepNulls;
    1010
    1111  Catalog catalog;
    12   Graphdata graphsky;
    1312  RegionFile *regions;
    1413  PhotCode *code[3];
     
    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.