IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 29, 2004, 12:15:51 PM (22 years ago)
Author:
gusciora
Message:

Changed order of spline eval.

File:
1 edited

Legend:

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

    r2811 r2847  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-12-23 23:16:19 $
     8 *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-12-29 22:15:51 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    245245} \
    246246
    247 #define PS_VECTOR_PRINT(NAME) \
     247#define PS_VECTOR_PRINT_F32(NAME) \
    248248for (int my_i=0;my_i<NAME->n;my_i++) { \
    249249    printf("%s->data.F32[%d] is %f\n", #NAME, my_i, NAME->data.F32[my_i]); \
Note: See TracChangeset for help on using the changeset viewer.