Changeset 2731 for trunk/psLib/src/dataManip/psConstants.h
- Timestamp:
- Dec 16, 2004, 11:42:39 AM (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
r2680 r2731 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.4 3$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-12- 09 23:31:14$8 * @version $Revision: 1.44 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-12-16 21:42:39 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 33 33 psError(PS_ERR_BAD_PARAMETER_VALUE, true, \ 34 34 "Error: %s and %s are equal.", \ 35 #NAME1, #NAME2); \ 36 return(RVAL); \ 37 } 38 39 #define PS_INT_CHECK_NON_EQUALS(NAME1, NAME2, RVAL) \ 40 if (NAME1 != NAME2) { \ 41 psError(PS_ERR_BAD_PARAMETER_VALUE, true, \ 42 "Error: %s and %s are not equal.", \ 35 43 #NAME1, #NAME2); \ 36 44 return(RVAL); \
Note:
See TracChangeset
for help on using the changeset viewer.
