Changeset 1982 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- Oct 6, 2004, 11:30:53 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.c
r1968 r1982 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1. 49$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-10-06 00:48:15$9 * @version $Revision: 1.50 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-10-06 21:30:53 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 2074 2074 n = spline->n; 2075 2075 binNum = p_psVectorBinDisectF32(spline->domains, (spline->n)+1, x); 2076 if (binNum == -1) {2076 if (binNum < 0) { 2077 2077 psLogMsg(__func__, PS_LOG_WARN, 2078 2078 "psSpline1DEval(): x ordinate (%f) is outside the spline range (%f - %f).",
Note:
See TracChangeset
for help on using the changeset viewer.
