Changeset 7133
- Timestamp:
- May 17, 2006, 3:21:16 PM (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
r7107 r7133 10 10 * @author EAM, IfA 11 11 * 12 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-05-1 0 13:24:57$12 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-05-18 01:21:16 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 2358 2358 2359 2359 for (psS32 N = 0; N < stats->clipIter; N++) { 2360 psTrace(__func__, 6, "Loop iteration %d. Calling psVectorFitPolynomial 1D()\n");2360 psTrace(__func__, 6, "Loop iteration %d. Calling psVectorFitPolynomial4D()\n"); 2361 2361 psS32 Nkeep = 0; 2362 2362 if (psTraceGetLevel(__func__) >= 6) { … … 2378 2378 fit = psPolynomial4DEvalVector (poly, x, y, z, t); 2379 2379 if (fit == NULL) { 2380 psError(PS_ERR_UNKNOWN, false, "Could not call psPolynomial 3DEvalVector(). Returning NULL.\n");2380 psError(PS_ERR_UNKNOWN, false, "Could not call psPolynomial4DEvalVector(). Returning NULL.\n"); 2381 2381 psFree(resid) 2382 2382 return(NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
