IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 27, 2005, 1:19:47 PM (21 years ago)
Author:
gusciora
Message:

Incorporates new prototypes for the spline functions.

File:
1 edited

Legend:

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

    r4991 r5155  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.76 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-09-11 22:18:40 $
     8 *  @version $Revision: 1.77 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-09-27 23:16:59 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    578578} \
    579579
     580#define PS_POLY_PRINT_1D(NAME) \
     581for (psS32 i = 0 ; i < NAME->COOL_1D_n ; i++) {\
     582    printf("%s->coeff[%d] is %f\n", #NAME, i, NAME->coeff[i]); \
     583}\
     584
    580585/*****************************************************************************
    581586    PS_IMAGE macros:
Note: See TracChangeset for help on using the changeset viewer.