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/dmags.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];
     
    3434
    3535  KeepNulls = FALSE;
    36   if (N = get_argument (argc, argv, "-nulls")) {
     36  if ((N = get_argument (argc, argv, "-nulls"))) {
    3737    KeepNulls = TRUE;
    3838    remove_argument (N, &argc, argv);
Note: See TracChangeset for help on using the changeset viewer.