Changeset 974 for trunk/psLib/src/sys/psAbort.h
- Timestamp:
- Jun 9, 2004, 3:58:06 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psAbort.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psAbort.h
r530 r974 1 1 /** @file psAbort.h 2 *3 * @ingroup SystemGroup System Utilities4 2 * 5 3 * @brief Contains the declarations for the abort function … … 9 7 * needing to abort from program execution. 10 8 * 9 * @ingroup ErrorHandling 10 * 11 11 * @author Eric Van Alst, MHPCC 12 * 13 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $14 * @date $Date: 2004-0 4-27 19:24:32$12 * 13 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2004-06-10 01:58:06 $ 15 15 * 16 16 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 20 20 #define PS_ABORT_H 21 21 22 /******************************************************************************/23 /* DEFINE STATEMENTS */24 /******************************************************************************/25 26 // None27 28 /******************************************************************************/29 /* TYPE DEFINITIONS */30 /******************************************************************************/31 32 // None33 34 /*****************************************************************************/35 /* FUNCTION PROTOTYPES */36 /*****************************************************************************/37 22 38 23 // Doxygen grouping tags 39 /** @addtogroup SystemGroup System Utilities24 /** @addtogroup ErrorHandling 40 25 * @{ 41 26 */
Note:
See TracChangeset
for help on using the changeset viewer.
