Changeset 9540 for trunk/psLib/src/math/psPolynomial.c
- Timestamp:
- Oct 13, 2006, 12:04:58 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomial.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomial.c
r9538 r9540 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.15 0$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-10-13 2 1:13:48 $9 * @version $Revision: 1.151 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-10-13 22:04:58 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 189 189 } 190 190 191 if (psTraceGetLevel( __func__) >= 6) {191 if (psTraceGetLevel("psLib.math") >= 6) { 192 192 for (psS32 j = 0; j < numPolys; j++) { 193 193 PS_POLY_PRINT_1D(chebPolys[j]);
Note:
See TracChangeset
for help on using the changeset viewer.
