Changeset 6193 for trunk/psLib/src/math/psConstants.h
- Timestamp:
- Jan 25, 2006, 2:31:19 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psConstants.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psConstants.h
r6186 r6193 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.8 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-01-2 3 22:25:31$8 * @version $Revision: 1.83 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-01-26 00:31:19 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 74 74 #define PS_ASSERT_INT_NONNEGATIVE(NAME, RVAL) \ 75 75 if ((NAME) < 0) { \ 76 psError(PS_ERR_BAD_PARAMETER_VALUE, true, \ 77 "Error: %s is less than 0.", #NAME); \ 76 psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Error: %s is less than 0.", #NAME); \ 78 77 return(RVAL); \ 79 78 }
Note:
See TracChangeset
for help on using the changeset viewer.
