Changeset 5524 for trunk/psLib/src/sys
- Timestamp:
- Nov 16, 2005, 10:52:23 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psConfigure.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psConfigure.c
r4540 r5524 13 13 * @author Robert DeSonia, MHPCC 14 14 * 15 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $16 * @date $Date: 2005- 07-12 19:12:01$15 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2005-11-16 20:52:23 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 20 20 #include "psString.h" 21 21 #include "psTime.h" 22 #include "psEarthOrientation.h" 22 23 #include "psError.h" 23 24 #include "psConfigure.h" … … 43 44 return; 44 45 } 46 if(!p_psEOCInit()) { 47 psError(PS_ERR_BAD_PARAMETER_VALUE, true, 48 PS_ERRORTEXT_psConfigure_INITIALIZATION_FAILED, "psEOC"); 49 return; 50 } 45 51 } 46 52 … … 54 60 return; 55 61 } 62 if(!p_psEOCFinalize()) { 63 psError(PS_ERR_BAD_PARAMETER_VALUE, true, 64 PS_ERRORTEXT_psConfigure_FINALIZATION_FAILED, "psEOC"); 65 return; 66 } 56 67 }
Note:
See TracChangeset
for help on using the changeset viewer.
