Changeset 10605 for trunk/psLib/src/math/psPolynomial.c
- Timestamp:
- Dec 9, 2006, 6:13:25 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomial.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomial.c
r10598 r10605 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.15 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-12- 09 14:19:56$9 * @version $Revision: 1.154 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-12-10 04:13:25 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 690 690 { 691 691 if (out == NULL) { 692 psPolynomial2DAlloc (poly->type, poly->nX, poly->nY);692 out = psPolynomial2DAlloc (poly->type, poly->nX, poly->nY); 693 693 } else { 694 694 psPolynomial2DRecycle (out, poly->type, poly->nX, poly->nY);
Note:
See TracChangeset
for help on using the changeset viewer.
