Changeset 2725 for trunk/psLib/src/sys/psConfigure.c
- Timestamp:
- Dec 16, 2004, 8:53:35 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psConfigure.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psConfigure.c
r2644 r2725 12 12 * @author Robert DeSonia, MHPCC 13 13 * 14 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-12- 07 00:02:54$14 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-12-16 18:53:19 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 34 34 // Please code me, Robert and George. 35 35 36 if(!p sTimeInit(timeConfig)) {36 if(!p_psTimeInit(timeConfig)) { 37 37 psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psConfigure_INITIALIZATION_FAILED, "psTime"); 38 38 return; … … 42 42 void psLibFinalize(void) 43 43 { 44 if(!p sTimeFinalize()) {44 if(!p_psTimeFinalize()) { 45 45 psError(PS_ERR_BAD_PARAMETER_VALUE, true, PS_ERRORTEXT_psConfigure_FINALIZATION_FAILED, "psTime"); 46 46 return;
Note:
See TracChangeset
for help on using the changeset viewer.
