Changeset 7564
- Timestamp:
- Jun 14, 2006, 12:09:33 PM (20 years ago)
- Location:
- trunk/psLib/src/sys
- Files:
-
- 2 edited
-
psErrorCodes.c.in (modified) (2 diffs)
-
psErrorCodes.h.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psErrorCodes.c.in
r4542 r7564 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $10 * @date $Date: 200 5-07-12 19:29:16$9 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-06-14 22:09:33 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 104 104 105 105 void psErrorRegister(const psErrorDescription* errors, 106 psS32nerror)106 int nerror) 107 107 { 108 108 if (nerror < 1) { -
trunk/psLib/src/sys/psErrorCodes.h.in
r4540 r7564 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $10 * @date $Date: 200 5-07-12 19:12:01$9 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-06-14 22:09:33 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 72 72 void psErrorRegister( 73 73 const psErrorDescription* errors, ///< Array of error codes to register 74 psS32nerror ///< number of errors in input array74 int nerror ///< number of errors in input array 75 75 ); 76 76
Note:
See TracChangeset
for help on using the changeset viewer.
