IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 12, 2005, 11:02:20 AM (21 years ago)
Author:
gusciora
Message:

Polynomial members are now nX, nY, nZ, nT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psConstants.h

    r5155 r5294  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.77 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-09-27 23:16:59 $
     8 *  @version $Revision: 1.78 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-10-12 21:02:20 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    579579
    580580#define PS_POLY_PRINT_1D(NAME) \
    581 for (psS32 i = 0 ; i < NAME->COOL_1D_n ; i++) {\
     581for (psS32 i = 0 ; i < NAME->nX ; i++) {\
    582582    printf("%s->coeff[%d] is %f\n", #NAME, i, NAME->coeff[i]); \
    583583}\
Note: See TracChangeset for help on using the changeset viewer.