IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1744


Ignore:
Timestamp:
Sep 8, 2004, 3:46:15 PM (22 years ago)
Author:
gusciora
Message:

...

Location:
trunk/psLib/src
Files:
2 edited

Legend:

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

    r1743 r1744  
    99 *  @author George Gusciora, MHPCC
    1010 *
    11  *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-09-09 01:45:49 $
     11 *  @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-09-09 01:46:15 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    279279 finds that component, it returns the level of that component.
    280280 Otherwise, it returns ???.
     281 
     282    NOTE: We modified this so that the user may omit the leading "," in a
     283    component name.  Since the code was already implemented assuming the "."
     284    was required, rather than change all that code, in this function, I
     285    simply add a leading "." to the component name if there is none.
    281286 
    282287    Inputs:
  • trunk/psLib/src/sysUtils/psTrace.c

    r1743 r1744  
    99 *  @author George Gusciora, MHPCC
    1010 *
    11  *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-09-09 01:44:02 $
     11 *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-09-09 01:45:49 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    219219    psSetTraceLevel(): add the component named "comp" to the component tree,
    220220 if it is not already there, and set it's trace level to "level".
     221 
     222    NOTE: We modified this so that the user may omit the leading "," in a
     223    component name.  Since the code was already implemented assuming the "."
     224    was required, rather than change all that code, in this function, I
     225    simply add a leading "." to the component name if there is none.
     226 
    221227    Input:
    222228 comp
Note: See TracChangeset for help on using the changeset viewer.