Changeset 11674 for trunk/psLib/src/math/psPolynomialUtils.c
- Timestamp:
- Feb 6, 2007, 3:15:50 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomialUtils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomialUtils.c
r10999 r11674 88 88 if (fit == NULL) { 89 89 psError(PS_ERR_UNKNOWN, false, "Could not call psPolynomial4DEvalVector(). Returning NULL.\n"); 90 psFree(resid) 90 psFree(resid); 91 91 return false; 92 92 }
Note:
See TracChangeset
for help on using the changeset viewer.
