IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2004, 1:31:44 PM (22 years ago)
Author:
gusciora
Message:

Parameter checking for the psCOord.c file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psTrace.h

    r2204 r2221  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-10-27 00:57:31 $
     11 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-10-27 23:31:44 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    1818
    1919#define PS_UNKNOWN_TRACE_LEVEL -9999   // we don't know this name's level
    20 #define PS_DEFAULT_TRACE_LEVEL -1
     20#define PS_DEFAULT_TRACE_LEVEL 0
    2121
    2222/** \addtogroup LogTrace
     
    5151        const char *name;           // last part of name of component
    5252        psS32 level;                  // trace level for this component
     53        bool p_psSpecified;
    5354        psS32 n;                      // number of subcomponents
    5455        struct p_psComponent* *subcomp;     // next level of subcomponents
Note: See TracChangeset for help on using the changeset viewer.