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

    r13308 r17515  
    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.7 $  $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
     
    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.