Changeset 11680
- Timestamp:
- Feb 6, 2007, 4:53:47 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/mathtypes/psImage.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/mathtypes/psImage.h
r11673 r11680 8 8 * @author Ross Harman, MHPCC 9 9 * 10 * @version $Revision: 1.8 5$ $Name: not supported by cvs2svn $11 * @date $Date: 2007-02-07 0 0:40:04$10 * @version $Revision: 1.86 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-02-07 02:53:47 $ 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ … … 272 272 273 273 #define PS_ASSERT_IMAGE_TYPE_F32_OR_F64(NAME, RVAL) \ 274 if ((NAME)->type.type != PS_TYPE_F32 ||(NAME)->type.type != PS_TYPE_F64) { \274 if ((NAME)->type.type != PS_TYPE_F32 && (NAME)->type.type != PS_TYPE_F64) { \ 275 275 psError(PS_ERR_BAD_PARAMETER_TYPE, true, \ 276 276 "Unallowable operation: psImage %s is not of type F32 or F64.", \
Note:
See TracChangeset
for help on using the changeset viewer.
