Changeset 1357
- Timestamp:
- Jul 30, 2004, 3:50:33 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/pslib.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/pslib.h
r1292 r1357 1 1 /** @file pslib.h 2 *3 * @brief Contains the complete list of header files for pslib.4 *5 * This header file includes all the necessary header files for a user to6 * user all public functions within the pslib library.7 *8 * @author Eric Van Alst, MHPCC9 *10 * @version $Revision: 1.15$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-07-24 02:00:21$12 *13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii14 */2 * 3 * @brief Contains the complete list of header files for pslib. 4 * 5 * This header file includes all the necessary header files for a user to 6 * user all public functions within the pslib library. 7 * 8 * @author Eric Van Alst, MHPCC 9 * 10 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-07-31 01:50:33 $ 12 * 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii 14 */ 15 15 16 16 #ifndef PS_LIB_H … … 34 34 * @ingroup SysUtils 35 35 */ 36 37 #include "fitsio.h" 36 38 37 39 #include "psMemory.h"
Note:
See TracChangeset
for help on using the changeset viewer.
