IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2006, 12:14:07 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/psModules/src/detrend/pmSubtractSky.c

    r8815 r9541  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-09-15 09:49:01 $
     8 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-10-13 22:11:02 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    231231    }
    232232
    233     if (psTraceGetLevel(".psModule.pmSubtractSky.buildPolyTerms") >= 10) {
     233    if (psTraceGetLevel("psModules.detrend") >= 10) {
    234234        for (i=0; i < localPolyTerms ; i++) {
    235235            printf("x^%d * y^%d\n", polyTerms[i][0], polyTerms[i][1]);
Note: See TracChangeset for help on using the changeset viewer.