Changeset 525 for trunk/psLib/src/sysUtils/psAbort.c
- Timestamp:
- Apr 26, 2004, 4:17:53 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psAbort.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psAbort.c
r484 r525 9 9 * @author Eric Van Alst, MHPCC 10 10 * 11 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-04-2 1 00:15:17$11 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-04-27 02:17:53 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 65 65 66 66 // Call logging function with PS_LOG_ABORT level 67 ps LogMsg(name, PS_LOG_ABORT, fmt, argPtr);67 psVLogMsg(name, PS_LOG_ABORT, fmt, argPtr); 68 68 69 69 // Clean up stack after variable arguement has been used
Note:
See TracChangeset
for help on using the changeset viewer.
