Changeset 17447 for trunk/psLib/src/math/psMatrix.c
- Timestamp:
- Apr 17, 2008, 1:43:03 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMatrix.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMatrix.c
r15824 r17447 22 22 * @author Andy Becker, University of Washington (SVD). 23 23 * 24 * @version $Revision: 1.5 5$ $Name: not supported by cvs2svn $25 * @date $Date: 200 7-12-14 02:49:44$24 * @version $Revision: 1.56 $ $Name: not supported by cvs2svn $ 25 * @date $Date: 2008-04-17 23:43:02 $ 26 26 * 27 27 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 768 768 /* make sure that these things are sorted! */ 769 769 if (i > 0) { 770 assert(eval->data.F64[i] <= eval->data.F64[i-1]);770 psAssert(eval->data.F64[i] <= eval->data.F64[i-1], "impossible"); 771 771 } 772 772 }
Note:
See TracChangeset
for help on using the changeset viewer.
