Changeset 7766 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- Jun 29, 2006, 4:20:43 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.c
r6788 r7766 6 6 * This file contains the routines that allocate, free, and evaluate splines. 7 7 * 8 * @version $Revision: 1.14 8$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 4-05 02:19:00$8 * @version $Revision: 1.149 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-06-30 02:20:06 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 27 27 #include "psPolynomial.h" 28 28 #include "psSpline.h" 29 #include "ps Constants.h"29 #include "psAssert.h" 30 30 #include "psErrorText.h" 31 31 #include "psMathUtils.h" … … 131 131 // 132 132 // The second derivatives at the endpoints, undefined in the SDR, 133 // are set in ps Constants.h: PS_LEFT_SPLINE_DERIV, PS_RIGHT_SPLINE_DERIV.133 // are set in psAssert.h: PS_LEFT_SPLINE_DERIV, PS_RIGHT_SPLINE_DERIV. 134 134 // 135 135 derivs2[0] = -0.5;
Note:
See TracChangeset
for help on using the changeset viewer.
