Changeset 2291 for trunk/psLib/src/math/psConstants.h
- Timestamp:
- Nov 5, 2004, 2:44:56 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
r2274 r2291 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.3 5$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-11-0 4 01:59:04$8 * @version $Revision: 1.36 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-11-06 00:44:56 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 41 41 psError(PS_ERR_BAD_PARAMETER_VALUE, true, \ 42 42 "Error: %s is 0 or less.", #NAME); \ 43 return(RVAL); \ 44 } 45 46 #define PS_INT_CHECK_ZERO(NAME, RVAL) \ 47 if (NAME < 1) { \ 48 psError(PS_ERR_BAD_PARAMETER_VALUE, true, \ 49 "Error: %s is 0.", #NAME); \ 43 50 return(RVAL); \ 44 51 }
Note:
See TracChangeset
for help on using the changeset viewer.
