Changeset 2224 for trunk/psLib/src/math/psPolynomial.c
- Timestamp:
- Oct 27, 2004, 2:22:53 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomial.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomial.c
r2221 r2224 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.5 7$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-10-2 7 23:31:43 $9 * @version $Revision: 1.58 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-10-28 00:22:53 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1670 1670 PS_INT_CHECK_NON_NEGATIVE(numSplines, NULL); 1671 1671 PS_INT_CHECK_NON_NEGATIVE(order, NULL); 1672 PS_FLOAT_C OMPARE(max, min, NULL);1672 PS_FLOAT_CHECK_NON_EQUAL(max, min, NULL); 1673 1673 1674 1674 psSpline1D *tmp = NULL; … … 2124 2124 PS_PTR_CHECK_NULL(spline, NULL); 2125 2125 PS_VECTOR_CHECK_NULL(x, NULL); 2126 PS_VECTOR_CHECK_TYPE (x, PS_TYPE_F32, NULL);2126 PS_VECTOR_CHECK_TYPE_F32_OR_F64(x, NULL); 2127 2127 2128 2128 psS32 i;
Note:
See TracChangeset
for help on using the changeset viewer.
