Changeset 5294 for trunk/psLib/src/math/psConstants.h
- Timestamp:
- Oct 12, 2005, 11:02:20 AM (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
r5155 r5294 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.7 7$ $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 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 579 579 580 580 #define PS_POLY_PRINT_1D(NAME) \ 581 for (psS32 i = 0 ; i < NAME-> COOL_1D_n; i++) {\581 for (psS32 i = 0 ; i < NAME->nX ; i++) {\ 582 582 printf("%s->coeff[%d] is %f\n", #NAME, i, NAME->coeff[i]); \ 583 583 }\
Note:
See TracChangeset
for help on using the changeset viewer.
