Changeset 11248 for trunk/psLib/src/sys/psConfigure.h
- Timestamp:
- Jan 23, 2007, 12:47:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psConfigure.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psConfigure.h
r10286 r11248 1 1 /** @file psConfigure.h 2 2 * 3 * @brief Contains the declarations for initialization, memory finalization, 4 * and configuration. 3 * @brief Functions to init and cleanup psLib 5 4 * 6 5 * These functions initalize psLib data before the beginning of a run and … … 8 7 * also provided to return the current psLib version. 9 8 * 10 * @ingroup Configure11 9 * 12 10 * @author Ross Harman, MHPCC 13 11 * @author Robert DeSonia, MHPCC 14 12 * 15 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $16 * @date $Date: 200 6-11-29 21:33:09$13 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2007-01-23 22:47:23 $ 17 15 * 18 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 22 20 #define PS_CONFIGURE_H 23 21 24 /** @addtogroup Configure 25 * @{ 26 */ 22 /// @addtogroup SysUtils System Utilities 23 /// @{ 27 24 28 25 /** Get current psLib version … … 70 67 void p_psMemoryCheck(void); 71 68 72 /** @} */ 73 69 /// @} 74 70 #endif // #ifndef PS_CONFIGURE_H
Note:
See TracChangeset
for help on using the changeset viewer.
