Changeset 3682 for trunk/psLib/src/sys/psError.c
- Timestamp:
- Apr 7, 2005, 10:27:42 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psError.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psError.c
r3476 r3682 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1.2 3$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 3-22 21:52:49$12 * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-04-07 20:27:41 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 62 62 err->code = code; 63 63 64 p _psMemSetDeallocator(err,(psFreeFcn)errFree);64 psMemSetDeallocator(err,(psFreeFcn)errFree); 65 65 66 66 return err;
Note:
See TracChangeset
for help on using the changeset viewer.
