Changeset 8467 for trunk/psLib/src/math/psMinimizePolyFit.c
- Timestamp:
- Aug 22, 2006, 5:01:12 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizePolyFit.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizePolyFit.c
r8408 r8467 10 10 * @author EAM, IfA 11 11 * 12 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-08- 17 15:38:08$12 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-08-22 15:01:12 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 783 783 } 784 784 } else { 785 psError(PS_ERR_UNKNOWN, false, "Error, bad poly type.\n");785 psError(PS_ERR_UNKNOWN, true, "Error, bad poly type.\n"); 786 786 return(NULL); 787 787 } … … 827 827 poly = psVectorFitPolynomial1D(poly, mask, maskValue, f, fErr, x); 828 828 if (poly == NULL) { 829 psError(PS_ERR_UNKNOWN, true, "Could not fit polynomial. Returning NULL.\n");829 psError(PS_ERR_UNKNOWN, false, "Could not fit polynomial. Returning NULL.\n"); 830 830 if (xIn == NULL) { 831 831 psFree(x);
Note:
See TracChangeset
for help on using the changeset viewer.
