IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 29, 2004, 12:44:39 PM (22 years ago)
Author:
evanalst
Message:

Function name change. See task #772.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.c

    r1336 r1341  
    10491049        oldMidpoint = midpoint;
    10501050
    1051         f = psEvalPolynomial1D(midpoint, myPoly);
     1051        f = psPolynomial1DEval(midpoint, myPoly);
    10521052        //        printf("p_ps1DPolyMedian() iteration %d.  f(%f) is %f\n", numIterations, midpoint, f);
    10531053        if (fabs(f - getThisValue) <= FLT_EPSILON) {
Note: See TracChangeset for help on using the changeset viewer.