Changeset 8627 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- Aug 25, 2006, 6:34:28 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSpline.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSpline.c
r8245 r8627 6 6 * This file contains the routines that allocate, free, and evaluate splines. 7 7 * 8 * @version $Revision: 1.15 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-08- 09 02:26:44$8 * @version $Revision: 1.153 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-08-26 04:34:28 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 213 213 PS_ASSERT_VECTOR_NON_NULL(y, NULL); 214 214 PS_ASSERT_VECTOR_TYPE_F32_OR_F64(y, NULL); 215 PS_ASSERT_ INT_LARGER_THAN_OR_EQUAL(y->n,2, NULL);215 PS_ASSERT_LONG_LARGER_THAN_OR_EQUAL(y->n, (long)2, NULL); 216 216 psS32 numSplines = (y->n)-1; 217 217 psTrace("psLib.math", 5, "numSplines is %d\n", numSplines);
Note:
See TracChangeset
for help on using the changeset viewer.
