Changeset 2136 for trunk/psLib/src/dataManip/psConstants.h
- Timestamp:
- Oct 14, 2004, 1:43:12 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/psConstants.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psConstants.h
r2135 r2136 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-10-14 23:4 2:08$8 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-10-14 23:43:12 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 162 162 } 163 163 164 /** Preprocessor macro to generate error on a NULL image */ 165 #define PS_CHECK_NULL_IMAGE_READOUT_NULL(NAME) \ 166 if (NAME == NULL || NAME->image == NULL) { \ 167 psError(__func__,"Unallowable operation: %s or its data is NULL.", #NAME); \ 168 return(NULL); \ 169 } 164 170 165 171 #define PS_CHECK_NULL_1DPOLY_RETURN_NULL(NAME) \
Note:
See TracChangeset
for help on using the changeset viewer.
