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

    r13308 r17515  
    44*  ORD and CHEB type polynomials.
    55*
    6 *  @version  $Revision: 1.7 $  $Name: not supported by cvs2svn $
    7 *  @date  $Date: 2007-05-08 06:36:51 $
     6*  @version  $Revision: 1.8 $  $Name: not supported by cvs2svn $
     7*  @date  $Date: 2008-05-05 00:09:04 $
    88*
    99* Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    9696            for(psS32 j = 0; j < TERMS; j++) {
    9797                polyOrd->coeff[i][j] = poly2DCoeff[i][j];
    98                 polyOrd->mask[i][j]  = poly2DMask[i][j];
     98                polyOrd->coeffMask[i][j]  = poly2DMask[i][j];
    9999            }
    100100        }
     
    131131            for(psS32 j = 0; j < TERMS; j++) {
    132132                polyCheb->coeff[i][j] = 1.0;
    133                 polyCheb->mask[i][j]  = poly2DMask[i][j];
     133                polyCheb->coeffMask[i][j]  = poly2DMask[i][j];
    134134            }
    135135        }
     
    174174            for(psS32 j = 0; j < TERMS; j++) {
    175175                polyOrd->coeff[i][j] = poly2DCoeff[i][j];
    176                 polyOrd->mask[i][j]  = poly2DMask[i][j];
     176                polyOrd->coeffMask[i][j]  = poly2DMask[i][j];
    177177            }
    178178        }
     
    268268            for(psS32 j = 0; j < TERMS; j++) {
    269269                polyCheb->coeff[i][j] = 1.0;
    270                 polyCheb->mask[i][j]  = poly2DMask[i][j];
     270                polyCheb->coeffMask[i][j]  = poly2DMask[i][j];
    271271            }
    272272        }
Note: See TracChangeset for help on using the changeset viewer.