Changeset 5568
- Timestamp:
- Nov 22, 2005, 9:07:35 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/mathtypes/psVector.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psVector.c
r5530 r5568 9 9 * @author Robert DeSonia, MHPCC 10 10 * 11 * @version $Revision: 1.6 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-11- 16 23:06:21$11 * @version $Revision: 1.62 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-11-22 19:07:35 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 197 197 if (input == NULL) { 198 198 psError(PS_ERR_BAD_PARAMETER_NULL, true, 199 PS_ERRORTEXT_psVector_ SORT_NULL);199 PS_ERRORTEXT_psVector_NULL); 200 200 psFree(output); 201 201 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
