Changeset 13396
- Timestamp:
- May 16, 2007, 6:16:48 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizePolyFit.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizePolyFit.c
r11674 r13396 10 10 * @author EAM, IfA 11 11 * 12 * @version $Revision: 1.3 0$ $Name: not supported by cvs2svn $13 * @date $Date: 2007-0 2-07 01:15:49$12 * @version $Revision: 1.31 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-05-16 16:16:48 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 842 842 psFree(x); 843 843 } 844 psFree(resid); 845 844 846 return false; 845 847 } … … 848 850 if (fit == NULL) { 849 851 psError(PS_ERR_UNKNOWN, false, "Could not call psPolynomial3DEvalVector(). Returning false.\n"); 852 if (xIn == NULL) { 853 psFree(x); 854 } 850 855 psFree(resid); 851 856 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
