Changeset 3575
- Timestamp:
- Mar 30, 2005, 1:44:05 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
r3574 r3575 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.6 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-03-30 23:4 3:42$8 * @version $Revision: 1.62 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-03-30 23:44:05 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 198 198 } \ 199 199 200 // XXX: The above macro is seg faulting on occasion .200 // XXX: The above macro is seg faulting on occasion in pmObjects. 201 201 #define PS_ORIG_VECTOR_CHECK_NULL(NAME, RVAL) \ 202 202 if (NAME == NULL || NAME->data.U8 == NULL) { \ -
trunk/psLib/src/math/psConstants.h
r3574 r3575 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.6 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-03-30 23:4 3:42$8 * @version $Revision: 1.62 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-03-30 23:44:05 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 198 198 } \ 199 199 200 // XXX: The above macro is seg faulting on occasion .200 // XXX: The above macro is seg faulting on occasion in pmObjects. 201 201 #define PS_ORIG_VECTOR_CHECK_NULL(NAME, RVAL) \ 202 202 if (NAME == NULL || NAME->data.U8 == NULL) { \
Note:
See TracChangeset
for help on using the changeset viewer.
