Changeset 17515 for trunk/psLib/test/math/tap_psPolynomialEval4D.c
- Timestamp:
- May 4, 2008, 2:09:04 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tap_psPolynomialEval4D.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psPolynomialEval4D.c
r13308 r17515 4 4 * ORD and CHEB type polynomials. 5 5 * 6 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $7 * @date $Date: 200 7-05-08 06:36:51$6 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2008-05-05 00:09:04 $ 8 8 * 9 9 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 389 389 for(psS32 l = 0; l < TERMS; l++) { 390 390 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]; 392 392 } 393 393 } … … 428 428 for(psS32 l = 0; l < TERMS; l++) { 429 429 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]; 431 431 } 432 432 } … … 485 485 for(psS32 l = 0; l < TERMS; l++) { 486 486 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]; 488 488 } 489 489 } … … 629 629 for(psS32 l = 0; l < TERMS; l++) { 630 630 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]; 632 632 } 633 633 }
Note:
See TracChangeset
for help on using the changeset viewer.
