Changeset 6484 for trunk/psLib/src/math/psConstants.h
- Timestamp:
- Feb 24, 2006, 1:43:16 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
r6437 r6484 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.8 5$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-02- 17 00:56:48$8 * @version $Revision: 1.86 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-02-24 23:43:15 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 312 312 if (VEC->n != SIZE) { \ 313 313 psError(PS_ERR_BAD_PARAMETER_SIZE, true, \ 314 "psVector %s has size %d, should be %d." \314 "psVector %s has size %d, should be %d.", \ 315 315 #VEC, VEC->n, SIZE); \ 316 316 return(RVAL); \
Note:
See TracChangeset
for help on using the changeset viewer.
