Changeset 4330 for trunk/psLib/src/sysUtils/psTrace.h
- Timestamp:
- Jun 20, 2005, 5:01:37 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psTrace.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psTrace.h
r3781 r4330 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.3 2$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-0 4-28 23:46:29$11 * @version $Revision: 1.33 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-06-21 03:01:37 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 83 83 84 84 /// Get the trace level 85 psS32 psTraceGetLevel(const char *facil) ///< facilty of interest 86 ; 85 int psTraceGetLevel( 86 const char *facil ///< facilty of interest 87 ); 87 88 88 89 /// Set all trace levels to zero (do not free nodes in the component tree).
Note:
See TracChangeset
for help on using the changeset viewer.
