Changeset 1834 for trunk/psLib/src/sysUtils/psTrace.c
- Timestamp:
- Sep 20, 2004, 12:03:35 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psTrace.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psTrace.c
r1810 r1834 9 9 * @author George Gusciora, MHPCC 10 10 * 11 * @version $Revision: 1.3 4$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-09- 14 23:48:25 $11 * @version $Revision: 1.35 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-09-20 22:03:35 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 339 339 defaultLevel = currentNode->level; 340 340 } 341 // Determine if this is the last component:341 // Determine if this is the last component: 342 342 if (pname == NULL) { 343 343 if (currentNode->level != PS_DEFAULT_TRACE_LEVEL) { 344 344 return (currentNode->level); 345 345 } else { 346 return( PS_DEFAULT_TRACE_LEVEL);346 return(defaultLevel); 347 347 } 348 348 }
Note:
See TracChangeset
for help on using the changeset viewer.
