Changeset 2680 for trunk/psLib/src/math/psConstants.h
- Timestamp:
- Dec 9, 2004, 1:31:14 PM (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
r2635 r2680 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.4 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-12-0 6 19:49:36$8 * @version $Revision: 1.43 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-12-09 23:31:14 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 117 117 #define PS_PTR_CHECK_DIMEN_GENERAL(NAME, DIMEN, CLEANUP) \ 118 118 if (NAME->type.dimen != DIMEN) { \ 119 psError(PS_ERR_BAD_PARAMETER_TYPE, true, \ 120 "Unallowable operation: %s has incorrect dimensionality.", \ 121 #NAME); \ 122 CLEANUP; \ 123 } 124 125 #define PS_PTR_CHECK_DIMEN_GENERAL_NOT(NAME, DIMEN, CLEANUP) \ 126 if (NAME->type.dimen == DIMEN) { \ 119 127 psError(PS_ERR_BAD_PARAMETER_TYPE, true, \ 120 128 "Unallowable operation: %s has incorrect dimensionality.", \
Note:
See TracChangeset
for help on using the changeset viewer.
