Changeset 10848 for trunk/psLib/src/math/psPolynomial.c
- Timestamp:
- Dec 28, 2006, 6:38:42 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomial.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomial.c
r10608 r10848 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.15 5$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-12- 10 17:28:46$9 * @version $Revision: 1.156 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-12-29 04:38:42 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 581 581 unsigned int nX) 582 582 { 583 //PS_ASSERT_INT_NONNEGATIVE(n, NULL); 583 PS_ASSERT_POLY_VALID_TYPE(type, NULL); 584 584 585 psU32 nOrder = nX; 585 586 psPolynomial1D *newPoly = (psPolynomial1D* ) psAlloc(sizeof(psPolynomial1D)); … … 605 606 unsigned int nY) 606 607 { 607 //PS_ASSERT_INT_NONNEGATIVE(nX, NULL); 608 //PS_ASSERT_INT_NONNEGATIVE(nY, NULL); 608 PS_ASSERT_POLY_VALID_TYPE(type, NULL); 609 609 610 610 unsigned int x = 0; … … 711 711 unsigned int nZ) 712 712 { 713 PS_ASSERT_POLY_VALID_TYPE(type, NULL); 714 713 715 //PS_ASSERT_INT_NONNEGATIVE(nX, NULL); 714 716 //PS_ASSERT_INT_NONNEGATIVE(nY, NULL); … … 761 763 unsigned int nT) 762 764 { 765 PS_ASSERT_POLY_VALID_TYPE(type, NULL); 766 763 767 //PS_ASSERT_INT_NONNEGATIVE(nX, NULL); 764 768 //PS_ASSERT_INT_NONNEGATIVE(nY, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
