Changeset 21389 for trunk/psLib/src/math/psMathUtils.c
- Timestamp:
- Feb 6, 2009, 1:34:03 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMathUtils.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMathUtils.c
r17566 r21389 3 3 * This file contains standard math routines. 4 4 * 5 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $6 * @date $Date: 200 8-05-07 23:11:58$5 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2009-02-06 23:34:03 $ 7 7 * 8 8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 134 134 char* strType; 135 135 PS_TYPE_NAME(strType, x->type.type); 136 psError(PS_ERR_BAD_PARAMETER_TYPE, "psLib type %s is not supported.", strType);136 psError(PS_ERR_BAD_PARAMETER_TYPE, true, "psLib type %s is not supported.", strType); 137 137 *status = PS_BINARY_DISECT_INVALID_TYPE; 138 138 return 0; … … 235 235 char* strType; 236 236 PS_TYPE_NAME(strType, x->type.type); 237 psError(PS_ERR_BAD_PARAMETER_TYPE, "psLib type %s is not supported.", strType);237 psError(PS_ERR_BAD_PARAMETER_TYPE, true, "psLib type %s is not supported.", strType); 238 238 return NULL; 239 239 } … … 306 306 char* strType; 307 307 PS_TYPE_NAME(strType, myData->type.type); 308 psError(PS_ERR_BAD_PARAMETER_TYPE, "psLib type %s is not supported.", strType);308 psError(PS_ERR_BAD_PARAMETER_TYPE, true, "psLib type %s is not supported.", strType); 309 309 break; 310 310 }
Note:
See TracChangeset
for help on using the changeset viewer.
