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

    r3462 r4689  
    2424  }
    2525 
     26  Cross = FALSE;
    2627  First = FALSE;
     28  nominal = 1;
    2729  if (!strcmp (argv[1], "-image")) {
    2830    First = TRUE;
     
    3133    entry = atof(argv[1]);
    3234    nominal = atof(argv[2]);
    33     Cross = FALSE;
    3435    if (!strcasecmp (argv[1], "x")) {
    3536      Cross = TRUE;
Note: See TracChangeset for help on using the changeset viewer.