Changeset 4392 for trunk/psLib/src/sys/psTrace.c
- Timestamp:
- Jun 24, 2005, 4:02:05 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psTrace.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psTrace.c
r4330 r4392 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.5 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-06-2 1 03:01:37$11 * @version $Revision: 1.52 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-06-25 02:02:05 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 67 67 68 68 p_psMemSetPersistent(comp,true); 69 psMemSetDeallocator(comp, (psFreeF cn) componentFree);69 psMemSetDeallocator(comp, (psFreeFunc) componentFree); 70 70 comp->name = psStringCopy(name); 71 71 p_psMemSetPersistent((psPtr)comp->name,true);
Note:
See TracChangeset
for help on using the changeset viewer.
