Changeset 10848 for trunk/psLib/src/math/psPolynomial.h
- Timestamp:
- Dec 28, 2006, 6:38:42 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomial.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomial.h
r10598 r10848 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.6 5$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-12- 09 14:19:56$13 * @version $Revision: 1.66 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-12-29 04:38:42 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 329 329 } \ 330 330 331 #define PS_ASSERT_POLY_VALID_TYPE(TYPE, RVAL) \ 332 if ((TYPE != PS_POLYNOMIAL_ORD) && \ 333 (TYPE != PS_POLYNOMIAL_CHEB)) { \ 334 psError(PS_ERR_BAD_PARAMETER_TYPE, true, \ 335 "Unallowable operation: invalid type %d for polynomial", TYPE); \ 336 return(RVAL); \ 337 } \ 338 331 339 #define PS_POLY_PRINT_1D(NAME) \ 332 340 printf("Poly %s: (nX) is (%d)\n", #NAME, NAME->nX);\
Note:
See TracChangeset
for help on using the changeset viewer.
