Changeset 10778 for trunk/psLib/src/math/psMinimizePolyFit.c
- Timestamp:
- Dec 16, 2006, 11:43:48 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizePolyFit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizePolyFit.c
r10548 r10778 10 10 * @author EAM, IfA 11 11 * 12 * @version $Revision: 1.2 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-12- 08 11:37:31$12 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-12-17 09:43:48 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 834 834 if (fit == NULL) { 835 835 psError(PS_ERR_UNKNOWN, false, "Could not call psPolynomial3DEvalVector(). Returning NULL.\n"); 836 psFree(resid) 836 psFree(resid); 837 837 return(NULL); 838 838 }
Note:
See TracChangeset
for help on using the changeset viewer.
