Changeset 6305 for trunk/psLib/src/math/psMinimizePolyFit.c
- Timestamp:
- Feb 2, 2006, 11:09:08 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
r6226 r6305 10 10 * @author EAM, IfA 11 11 * 12 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-0 1-27 20:08:58$12 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-02-02 21:09:07 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 34 34 #include "psBinaryOp.h" 35 35 #include "psLogMsg.h" 36 #include "psMathUtils.h" 36 37 /*****************************************************************************/ 37 38 /* DEFINE STATEMENTS */ … … 684 685 f->data.F64[i] = y->data.F64[x->n-1]; 685 686 } else { 686 fScalar = p_psVectorInterpolate((psVector *) x, (psVector *) y, 687 3, &tmpScalar); 687 fScalar = p_psVectorInterpolate(NULL, (psVector *) x, (psVector *) y, 3, &tmpScalar); 688 688 if (fScalar == NULL) { 689 689 psError(PS_ERR_UNKNOWN, false, "Could not perform vector interpolation. Returning NULL.\n");
Note:
See TracChangeset
for help on using the changeset viewer.
