Changeset 2221 for trunk/psLib/src/sysUtils/psTrace.c
- Timestamp:
- Oct 27, 2004, 1:31:44 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psTrace.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psTrace.c
r2204 r2221 9 9 * @author George Gusciora, MHPCC 10 10 * 11 * @version $Revision: 1.3 6$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-10-27 00:57:31$11 * @version $Revision: 1.37 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-10-27 23:31:44 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 71 71 comp->level = level; 72 72 comp->n = 0; 73 comp->p_psSpecified = false; 73 74 comp->subcomp = NULL; 74 75 return comp; … … 267 268 level, 268 269 compName); 270 269 271 if (comp[0] != '.') { 270 272 psFree(compName);
Note:
See TracChangeset
for help on using the changeset viewer.
