Changeset 3572
- Timestamp:
- Mar 30, 2005, 1:35:07 PM (21 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
dataManip/psConstants.h (modified) (2 diffs)
-
math/psConstants.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psConstants.h
r3568 r3572 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.5 8$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-03-30 23: 21:41$8 * @version $Revision: 1.59 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-03-30 23:35:07 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 191 191 #define PS_VECTOR_CHECK_NULL(NAME, RVAL) PS_VECTOR_CHECK_NULL_GENERAL(NAME, return RVAL) 192 192 #define PS_VECTOR_CHECK_NULL_GENERAL(NAME, CLEANUP) \ 193 if (NAME == NULL || NAME->data. V== NULL) { \193 if (NAME == NULL || NAME->data.U8 == NULL) { \ 194 194 psError(PS_ERR_BAD_PARAMETER_NULL, true, \ 195 195 "Unallowable operation: psVector %s or its data is NULL.", \ -
trunk/psLib/src/math/psConstants.h
r3568 r3572 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.5 8$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-03-30 23: 21:41$8 * @version $Revision: 1.59 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-03-30 23:35:07 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 191 191 #define PS_VECTOR_CHECK_NULL(NAME, RVAL) PS_VECTOR_CHECK_NULL_GENERAL(NAME, return RVAL) 192 192 #define PS_VECTOR_CHECK_NULL_GENERAL(NAME, CLEANUP) \ 193 if (NAME == NULL || NAME->data. V== NULL) { \193 if (NAME == NULL || NAME->data.U8 == NULL) { \ 194 194 psError(PS_ERR_BAD_PARAMETER_NULL, true, \ 195 195 "Unallowable operation: psVector %s or its data is NULL.", \
Note:
See TracChangeset
for help on using the changeset viewer.
