IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 27, 2005, 3:21:40 PM (21 years ago)
Author:
eugene
Message:

substantial work to move kii/kapa call into libkapa

File:
1 edited

Legend:

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

    r2598 r5850  
    4343        yout[0].elements[i] = (dy/dx)*(xout[0].elements[i] - x0) + y0;
    4444      }
    45       if ((j == xin[0].Nelements - 2) && (xout[0].elements[i] > x1)) {
     45      if ((j == xin[0].Nelements - 2) && (xout[0].elements[i] >= x1)) {
    4646        yout[0].elements[i] = (dy/dx)*(xout[0].elements[i] - x0) + y0;
    4747      }
Note: See TracChangeset for help on using the changeset viewer.