Changeset 4205 for trunk/psLib/src/sysUtils
- Timestamp:
- Jun 9, 2005, 3:41:35 PM (21 years ago)
- Location:
- trunk/psLib/src/sysUtils
- Files:
-
- 2 edited
-
psConfigure.c (modified) (2 diffs)
-
psConfigure.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/psConfigure.c
r4137 r4205 13 13 * @author Robert DeSonia, MHPCC 14 14 * 15 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $16 * @date $Date: 2005-06- 07 22:53:40$15 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2005-06-10 01:41:35 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 33 33 } 34 34 35 void psLibInit( bool predictable,const char* timeConfig)35 void psLibInit(const char* timeConfig) 36 36 { 37 37 // XXX: Still needs error codes to be set -
trunk/psLib/src/sysUtils/psConfigure.h
r4162 r4205 13 13 * @author Robert DeSonia, MHPCC 14 14 * 15 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $16 * @date $Date: 2005-06- 08 23:40:45 $15 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2005-06-10 01:41:35 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 42 42 * current, a non-NULL psErr is returned with code PS_ERR_NONE. 43 43 * 44 * @return void: void.45 44 */ 46 45 void psLibInit( 47 bool predictable,48 46 const char* timeConfig ///< Filename of config file for psTime. 49 47 );
Note:
See TracChangeset
for help on using the changeset viewer.
