IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2006, 12:04:58 PM (20 years ago)
Author:
Paul Price
Message:

Fixing psTraceGetLevel to use same convention as for psTrace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psSpline.c

    r9538 r9540  
    66*  This file contains the routines that allocate, free, and evaluate splines.
    77*
    8 *  @version $Revision: 1.154 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2006-10-13 21:13:48 $
     8*  @version $Revision: 1.155 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2006-10-13 22:04:58 $
    1010*
    1111*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    120120{
    121121    psTrace("psLib.math", 4, "---- %s() begin ----\n", __func__);
    122     if (psTraceGetLevel(__func__) >= 6) {
     122    if (psTraceGetLevel("psLib.math") >= 6) {
    123123        p_psVectorPrint(1, (psVector *) x, "x");
    124124        p_psVectorPrint(1, (psVector *) y, "y");
     
    406406    PS_ASSERT_VECTOR_NON_NULL(x, NULL);
    407407    PS_ASSERT_VECTOR_TYPE_F32_OR_F64(x, NULL);
    408     if (psTraceGetLevel(__func__) >= 6) {
     408    if (psTraceGetLevel("psLib.math") >= 6) {
    409409        PS_VECTOR_PRINT_F32(x);
    410410        PS_PRINT_SPLINE2((psSpline1D *) spline);
Note: See TracChangeset for help on using the changeset viewer.