IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2008, 1:37:01 PM (18 years ago)
Author:
eugene
Message:

cleanups on tap tests: fix failures due to API changes, mis-configured tests, cleanup excess verbosity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080430/psLib/test/math/tap_psPolynomialEval3D.c

    r13308 r17502  
    44*  ORD and CHEB type polynomials.
    55*
    6 *  @version  $Revision: 1.8 $  $Name: not supported by cvs2svn $
    7 *  @date  $Date: 2007-05-08 06:36:51 $
     6*  @version  $Revision: 1.8.16.1 $  $Name: not supported by cvs2svn $
     7*  @date  $Date: 2008-05-04 23:37:01 $
    88*
    99* Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    149149                for(psS32 k = 0; k < TERMS; k++) {
    150150                    polyOrd->coeff[i][j][k] = Dpoly3DCoeff[i][j][k];
    151                     polyOrd->mask[i][j][k]  = poly3DMask[i][j][k];
     151                    polyOrd->coeffMask[i][j][k]  = poly3DMask[i][j][k];
    152152                }
    153153            }
     
    188188                for(psS32 k = 0; k < TERMS; k++) {
    189189                    polyCheb->coeff[i][j][k] = 1.0;
    190                     polyCheb->mask[i][j][k]  = poly3DMask[i][j][k];
     190                    polyCheb->coeffMask[i][j][k]  = poly3DMask[i][j][k];
    191191                }
    192192            }
     
    239239                for(psS32 k = 0; k < TERMS; k++) {
    240240                    polyOrd->coeff[i][j][k] = Dpoly3DCoeff[i][j][k];
    241                     polyOrd->mask[i][j][k]  = poly3DMask[i][j][k];
     241                    polyOrd->coeffMask[i][j][k]  = poly3DMask[i][j][k];
    242242                }
    243243            }
     
    355355                for(psS32 k = 0; k < TERMS; k++) {
    356356                    polyCheb->coeff[i][j][k] = 1.0;
    357                     polyCheb->mask[i][j][k]  = poly3DMask[i][j][k];
     357                    polyCheb->coeffMask[i][j][k]  = poly3DMask[i][j][k];
    358358                }
    359359            }
Note: See TracChangeset for help on using the changeset viewer.