Changeset 4969 for trunk/psLib/src/math/psSpline.h
- Timestamp:
- Sep 7, 2005, 2:02:48 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.h
r4958 r4969 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.5 3$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-09-0 7 21:35:50$12 * @version $Revision: 1.54 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-09-08 00:02:48 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 108 108 ); 109 109 110 /** Checks the type of a particular pointer. 111 * 112 * Uses the appropriate deallocation function in psMemBlock to check the ptr datatype. 113 * 114 * @return bool: True if the pointer matches a psSpline1D structure, false otherwise. 115 */ 116 bool psMemCheckSpline1D( 117 psPtr ptr ///< the pointer whose type to check 118 ); 119 110 120 /** \} */ // End of MathGroup Functions 111 121
Note:
See TracChangeset
for help on using the changeset viewer.
