Changeset 14452 for trunk/psLib/src/math/psSpline.h
- Timestamp:
- Aug 8, 2007, 3:40:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.h
r11248 r14452 7 7 * @author GLG, MHPCC 8 8 * 9 * @version $Revision: 1.6 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-0 1-23 22:47:23$9 * @version $Revision: 1.62 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-08-09 01:40:07 $ 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 12 12 */ … … 46 46 * @return psSpline1D* new 1-D spline struct 47 47 */ 48 psSpline1D *psSpline1DAlloc() ;48 psSpline1D *psSpline1DAlloc() PS_ATTR_MALLOC; 49 49 50 50 /** Evaluates 1-D spline polynomials at a specific coordinate.
Note:
See TracChangeset
for help on using the changeset viewer.
