Changeset 9540 for trunk/psLib/src/math/psSpline.c
- Timestamp:
- Oct 13, 2006, 12:04:58 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
r9538 r9540 6 6 * This file contains the routines that allocate, free, and evaluate splines. 7 7 * 8 * @version $Revision: 1.15 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-10-13 2 1:13:48 $8 * @version $Revision: 1.155 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-10-13 22:04:58 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 120 120 { 121 121 psTrace("psLib.math", 4, "---- %s() begin ----\n", __func__); 122 if (psTraceGetLevel( __func__) >= 6) {122 if (psTraceGetLevel("psLib.math") >= 6) { 123 123 p_psVectorPrint(1, (psVector *) x, "x"); 124 124 p_psVectorPrint(1, (psVector *) y, "y"); … … 406 406 PS_ASSERT_VECTOR_NON_NULL(x, NULL); 407 407 PS_ASSERT_VECTOR_TYPE_F32_OR_F64(x, NULL); 408 if (psTraceGetLevel( __func__) >= 6) {408 if (psTraceGetLevel("psLib.math") >= 6) { 409 409 PS_VECTOR_PRINT_F32(x); 410 410 PS_PRINT_SPLINE2((psSpline1D *) spline);
Note:
See TracChangeset
for help on using the changeset viewer.
