Changeset 12293 for trunk/psLib/src/math/psMatrix.c
- Timestamp:
- Mar 7, 2007, 11:12:13 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMatrix.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMatrix.c
r12292 r12293 22 22 * @author Andy Becker, University of Washington (SVD). 23 23 * 24 * @version $Revision: 1.4 8$ $Name: not supported by cvs2svn $25 * @date $Date: 2007-03-07 2 0:48:55$24 * @version $Revision: 1.49 $ $Name: not supported by cvs2svn $ 25 * @date $Date: 2007-03-07 21:12:13 $ 26 26 * 27 27 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 915 915 /* make sure that these things are sorted! */ 916 916 if (i > 0) { 917 assert(eval->data.F64[i] >eval->data.F64[i-1]);917 assert(eval->data.F64[i] <= eval->data.F64[i-1]); 918 918 } 919 919 }
Note:
See TracChangeset
for help on using the changeset viewer.
