IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1451


Ignore:
Timestamp:
Aug 10, 2004, 8:33:38 AM (22 years ago)
Author:
desonia
Message:

change in the signature of psImageEvalPolynomial

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/tst_psImageStats02.c

    r1406 r1451  
    3030    int i = 0;
    3131    int j = 0;
    32     int rc = 0;
    3332    int currentId = 0;
    3433
     
    7473                             "Calculate Chebyshev Polynomials, no mask" );
    7574
    76     rc = psImageEvalPolynomial( outImage, my2DPoly );
     75    outImage = psImageEvalPolynomial( outImage, my2DPoly );
    7776    for ( i = 0;i < IMAGE_SIZE;i++ ) {
    7877        for ( j = 0;j < IMAGE_SIZE;j++ ) {
Note: See TracChangeset for help on using the changeset viewer.