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

    r2843 r4689  
    1010  Buffer *buf;
    1111
     12  IgnoreValue = 0;
    1213  Ignore = FALSE;
    1314  if ((N = get_argument (argc, argv, "-ignore"))) {
     
    6465  /* calculate mode, median */
    6566  median = mode = 0.5*(max + min);
    66   if (range != 0) {
     67  if ((max - min) != 0) {
    6768    range = 0xffff / (max - min);
    6869    ALLOCATE (hist, int, 0x10000);
Note: See TracChangeset for help on using the changeset viewer.