Changeset 17515 for trunk/psLib/test/math/tap_psPolynomialEval2D.c
- Timestamp:
- May 4, 2008, 2:09:04 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tap_psPolynomialEval2D.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psPolynomialEval2D.c
r13308 r17515 4 4 * ORD and CHEB type polynomials. 5 5 * 6 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $7 * @date $Date: 200 7-05-08 06:36:51$6 * @version $Revision: 1.8 $ $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 … … 96 96 for(psS32 j = 0; j < TERMS; j++) { 97 97 polyOrd->coeff[i][j] = poly2DCoeff[i][j]; 98 polyOrd-> mask[i][j] = poly2DMask[i][j];98 polyOrd->coeffMask[i][j] = poly2DMask[i][j]; 99 99 } 100 100 } … … 131 131 for(psS32 j = 0; j < TERMS; j++) { 132 132 polyCheb->coeff[i][j] = 1.0; 133 polyCheb-> mask[i][j] = poly2DMask[i][j];133 polyCheb->coeffMask[i][j] = poly2DMask[i][j]; 134 134 } 135 135 } … … 174 174 for(psS32 j = 0; j < TERMS; j++) { 175 175 polyOrd->coeff[i][j] = poly2DCoeff[i][j]; 176 polyOrd-> mask[i][j] = poly2DMask[i][j];176 polyOrd->coeffMask[i][j] = poly2DMask[i][j]; 177 177 } 178 178 } … … 268 268 for(psS32 j = 0; j < TERMS; j++) { 269 269 polyCheb->coeff[i][j] = 1.0; 270 polyCheb-> mask[i][j] = poly2DMask[i][j];270 polyCheb->coeffMask[i][j] = poly2DMask[i][j]; 271 271 } 272 272 }
Note:
See TracChangeset
for help on using the changeset viewer.
