Changeset 5155 for trunk/psLib/src/math/psConstants.h
- Timestamp:
- Sep 27, 2005, 1:19:47 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psConstants.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psConstants.h
r4991 r5155 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.7 6$ $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 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 578 578 } \ 579 579 580 #define PS_POLY_PRINT_1D(NAME) \ 581 for (psS32 i = 0 ; i < NAME->COOL_1D_n ; i++) {\ 582 printf("%s->coeff[%d] is %f\n", #NAME, i, NAME->coeff[i]); \ 583 }\ 584 580 585 /***************************************************************************** 581 586 PS_IMAGE macros:
Note:
See TracChangeset
for help on using the changeset viewer.
