Changeset 2855 for trunk/psLib/src/collections/psArray.c
- Timestamp:
- Dec 30, 2004, 10:18:37 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psArray.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psArray.c
r2836 r2855 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.2 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2004-12- 28 01:48:05$11 * @version $Revision: 1.22 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2004-12-30 20:18:36 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 114 114 psBool success = false; 115 115 116 if (psArr == NULL) { 117 psError(PS_ERR_BAD_PARAMETER_NULL, true, 118 PS_ERRORTEXT_psArray_ARRAY_NULL); 119 return false; 120 } 116 121 117 122 psS32 n = psArr->n;
Note:
See TracChangeset
for help on using the changeset viewer.
