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/psPolynomial.c

    r9538 r9540  
    77*  polynomials.  It also contains a Gaussian functions.
    88*
    9 *  @version $Revision: 1.150 $ $Name: not supported by cvs2svn $
    10 *  @date $Date: 2006-10-13 21:13:48 $
     9*  @version $Revision: 1.151 $ $Name: not supported by cvs2svn $
     10*  @date $Date: 2006-10-13 22:04:58 $
    1111*
    1212*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    189189    }
    190190
    191     if (psTraceGetLevel(__func__) >= 6) {
     191    if (psTraceGetLevel("psLib.math") >= 6) {
    192192        for (psS32 j = 0; j < numPolys; j++) {
    193193            PS_POLY_PRINT_1D(chebPolys[j]);
Note: See TracChangeset for help on using the changeset viewer.