Changeset 4162 for trunk/psLib/src/sysUtils/psAbort.h
- Timestamp:
- Jun 8, 2005, 1:40:46 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psAbort.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psAbort.h
r3264 r4162 12 12 * @author Eric Van Alst, MHPCC 13 13 * 14 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-0 2-17 19:26:24$14 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-06-08 23:40:45 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 29 29 /** Reports an abort message to logging facility 30 30 * 31 * This function will invoke the psLogMsg function with a level of 31 * This function will invoke the psLogMsg function with a level of 32 32 * PS_LOG_ABORT and pass the parameters name and fmt to generate a proper 33 * log message. After logging, this function will call system abort 33 * log message. After logging, this function will call system abort 34 34 * function to abnormally terminate the program. 35 35 * … … 43 43 ); 44 44 45 /* @} */// Doxygen - End of SystemGroup Functions45 /** @} */ // Doxygen - End of SystemGroup Functions 46 46 47 #endif 47 #endif // #ifndef PS_ABORT_H
Note:
See TracChangeset
for help on using the changeset viewer.
