IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2007, 12:04:27 PM (19 years ago)
Author:
eugene
Message:

fixed compile errors after NAN conversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.data/histogram.c

    r7917 r15514  
    3737  V = xvec[0].elements;
    3838  for (i = 0; i < xvec[0].Nelements; i++, V++) {
     39    if (isnan(*V)) continue;
    3940    bin = MIN (MAX (0, (*V - start) / delta), Nbins - 1);
    4041    yvec[0].elements[bin] += 1.0;
Note: See TracChangeset for help on using the changeset viewer.