Changeset 1407 for trunk/psLib/src/sysUtils/psAbort.h
- Timestamp:
- Aug 6, 2004, 2:06:06 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/psAbort.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psAbort.h
r974 r1407 1 1 2 /** @file psAbort.h 2 3 * … … 11 12 * @author Eric Van Alst, MHPCC 12 13 * 13 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-0 6-10 01:58:06 $14 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-08-07 00:06:06 $ 15 16 * 16 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 18 19 19 20 #ifndef PS_ABORT_H 20 #define PS_ABORT_H 21 21 # define PS_ABORT_H 22 22 23 23 // Doxygen grouping tags 24 24 25 /** @addtogroup ErrorHandling 25 26 * @{ … … 36 37 * 37 38 */ 38 void psAbort( 39 const char* name, ///< Source of abort such as file or function detected 40 const char* fmt, ///< A printf style formatting statement defining msg 41 ... 42 ); 39 void psAbort(const char *name, // /< Source of abort such as file or function detected 40 const char *fmt, // /< A printf style formatting statement defining msg 41 ... 42 ); 43 43 44 /* @} */ // Doxygen - End of SystemGroup Functions44 /* @} */// Doxygen - End of SystemGroup Functions 45 45 46 46 #endif 47
Note:
See TracChangeset
for help on using the changeset viewer.
