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_psPolynomialEval4D.c

    r13308 r17502  
    44*  ORD and CHEB type polynomials.
    55*
    6 *  @version  $Revision: 1.6 $  $Name: not supported by cvs2svn $
    7 *  @date  $Date: 2007-05-08 06:36:51 $
     6*  @version  $Revision: 1.6.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
     
    389389                    for(psS32 l = 0; l < TERMS; l++) {
    390390                        polyOrd->coeff[i][j][k][l] = Dpoly4DCoeff[i][j][k][l];
    391                         polyOrd->mask[i][j][k][l]  = poly4DMask[i][j][k][l];
     391                        polyOrd->coeffMask[i][j][k][l]  = poly4DMask[i][j][k][l];
    392392                    }
    393393                }
     
    428428                    for(psS32 l = 0; l < TERMS; l++) {
    429429                        polyCheb->coeff[i][j][k][l] = 1.0;
    430                         polyCheb->mask[i][j][k][l]  = poly4DMask[i][j][k][l];
     430                        polyCheb->coeffMask[i][j][k][l]  = poly4DMask[i][j][k][l];
    431431                    }
    432432                }
     
    485485                    for(psS32 l = 0; l < TERMS; l++) {
    486486                        polyOrd->coeff[i][j][k][l] = Dpoly4DCoeff[i][j][k][l];
    487                         polyOrd->mask[i][j][k][l]  = poly4DMask[i][j][k][l];
     487                        polyOrd->coeffMask[i][j][k][l]  = poly4DMask[i][j][k][l];
    488488                    }
    489489                }
     
    629629                    for(psS32 l = 0; l < TERMS; l++) {
    630630                        polyCheb->coeff[i][j][k][l] = 1.0;
    631                         polyCheb->mask[i][j][k][l]  = poly4DMask[i][j][k][l];
     631                        polyCheb->coeffMask[i][j][k][l]  = poly4DMask[i][j][k][l];
    632632                    }
    633633                }
Note: See TracChangeset for help on using the changeset viewer.