Changeset 2058 for trunk/psLib/src/math/psConstants.h
- Timestamp:
- Oct 12, 2004, 10:53:02 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psConstants.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psConstants.h
r1964 r2058 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-10- 05 23:14:15$8 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-10-12 20:53:02 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 150 150 } 151 151 152 #define PS_CHECK_IMAGE_TYPE_RETURN_NULL(NAME, TYPE) \ 153 if (NAME->type.type != TYPE) { \ 154 psError(__func__,"Unallowable operation: %s has incorrect type.", #NAME); \ 155 return(NULL); \ 156 } 157 158 152 159 #define PS_CHECK_NULL_1DPOLY_RETURN_NULL(NAME) \ 153 160 if (NAME == NULL || NAME->coeff == NULL) { \
Note:
See TracChangeset
for help on using the changeset viewer.
