IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2008, 2:09:04 PM (18 years ago)
Author:
eugene
Message:

merging from eam_branch_20080430 : cleanups for tests, minor fixes from tests, reduced verbosity level in some places, add UPDATE and RESET directives to MULTI and METADATA in config files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tap_psPolynomialEval1D.c

    r13308 r17515  
    44*  ORD and CHEB type polynomials.
    55*
    6 *  @version  $Revision: 1.9 $  $Name: not supported by cvs2svn $
    7 *  @date  $Date: 2007-05-08 06:36:51 $
     6*  @version  $Revision: 1.10 $  $Name: not supported by cvs2svn $
     7*  @date  $Date: 2008-05-05 00:09:04 $
    88*
    99*  XXX: Probably should test single- and multi-dimensional polynomials in
     
    6868        for(psS32 i = 0; i < TERMS; i++) {
    6969            polyOrd->coeff[i] = poly1DCoeff[i];
    70             polyOrd->mask[i]  = poly1DMask[i];
     70            polyOrd->coeffMask[i]  = poly1DMask[i];
    7171        }
    7272
     
    9797        {
    9898            polyCheb->coeff[i] = 1.0;
    99             polyCheb->mask[i]  = poly1DMask[i];
     99            polyCheb->coeffMask[i]  = poly1DMask[i];
    100100        }
    101101        // Evaluate test points and verify results
     
    133133        {
    134134            polyOrd->coeff[i] = poly1DCoeff[i];
    135             polyOrd->mask[i]  = poly1DMask[i];
     135            polyOrd->coeffMask[i]  = poly1DMask[i];
    136136        }
    137137
     
    199199        {
    200200            polyCheb->coeff[i] = 1.0;
    201             polyCheb->mask[i]  = poly1DMask[i];
     201            polyCheb->coeffMask[i]  = poly1DMask[i];
    202202        }
    203203
Note: See TracChangeset for help on using the changeset viewer.