Changeset 2261 for trunk/psLib/src/dataManip/psConstants.h
- Timestamp:
- Nov 1, 2004, 3:52:43 PM (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
r2230 r2261 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.3 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-1 0-28 23:03:11$8 * @version $Revision: 1.32 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-11-02 01:52:43 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 225 225 } \ 226 226 227 227 #define PS_POLY_CHECK_TYPE(NAME, TYPE, RVAL) \ 228 if (NAME->type != TYPE) { \ 229 psError(__func__,"Unallowable operation: polynomial %s has wrong type.", #NAME); \ 230 return(RVAL); \ 231 } \ 228 232 229 233 /*****************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.
