Changeset 2716
- Timestamp:
- Dec 15, 2004, 1:35:34 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 3 edited
-
dataManip/psFunctions.c (modified) (2 diffs)
-
math/psPolynomial.c (modified) (2 diffs)
-
math/psSpline.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psFunctions.c
r2607 r2716 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.7 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-12- 03 23:15:32$9 * @version $Revision: 1.72 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-12-15 23:35:34 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1898 1898 } 1899 1899 1900 p_psMemSetDeallocator(tmp,(psFreeFcn)spline1DFree); 1900 1901 return(tmp); 1901 1902 } -
trunk/psLib/src/math/psPolynomial.c
r2607 r2716 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.7 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-12- 03 23:15:32$9 * @version $Revision: 1.72 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-12-15 23:35:34 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1898 1898 } 1899 1899 1900 p_psMemSetDeallocator(tmp,(psFreeFcn)spline1DFree); 1900 1901 return(tmp); 1901 1902 } -
trunk/psLib/src/math/psSpline.c
r2607 r2716 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.7 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-12- 03 23:15:32$9 * @version $Revision: 1.72 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-12-15 23:35:34 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1898 1898 } 1899 1899 1900 p_psMemSetDeallocator(tmp,(psFreeFcn)spline1DFree); 1900 1901 return(tmp); 1901 1902 }
Note:
See TracChangeset
for help on using the changeset viewer.
