Changeset 2273 for trunk/psLib/src/collections/psScalar.c
- Timestamp:
- Nov 3, 2004, 3:05:00 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psScalar.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psScalar.c
r2055 r2273 8 8 * @author Ross Harman, MHPCC 9 9 * 10 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-1 0-12 19:32:44$10 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-11-04 01:04:57 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 70 70 break; 71 71 default: 72 psErrorMsg(PS_ERRORNAME_DOMAIN "psScalarAlloc", 73 PS_ERR_BAD_PARAMETER_TYPE, true, 74 PS_ERRORTEXT_psScalar_UNSUPPORTED_TYPE, 75 dataType); 72 psError(PS_ERR_BAD_PARAMETER_TYPE, true, 73 PS_ERRORTEXT_psScalar_UNSUPPORTED_TYPE, 74 dataType); 76 75 } 77 76 … … 85 84 86 85 if (scalar == NULL) { 87 psErrorMsg(PS_ERRORNAME_DOMAIN "psScalarCopy", 88 PS_ERR_BAD_PARAMETER_NULL, true, 89 PS_ERRORTEXT_psScalar_COPY_NULL); 86 psError(PS_ERR_BAD_PARAMETER_NULL, true, 87 PS_ERRORTEXT_psScalar_COPY_NULL); 90 88 return NULL; 91 89 } … … 130 128 break; 131 129 default: 132 psErrorMsg(PS_ERRORNAME_DOMAIN "psScalarCopy", 133 PS_ERR_BAD_PARAMETER_TYPE, true, 134 PS_ERRORTEXT_psScalar_UNSUPPORTED_TYPE, 135 dataType); 130 psError(PS_ERR_BAD_PARAMETER_TYPE, true, 131 PS_ERRORTEXT_psScalar_UNSUPPORTED_TYPE, 132 dataType); 136 133 } 137 134
Note:
See TracChangeset
for help on using the changeset viewer.
