Index: /trunk/psLib/src/math/psMatrix.c
===================================================================
--- /trunk/psLib/src/math/psMatrix.c	(revision 12292)
+++ /trunk/psLib/src/math/psMatrix.c	(revision 12293)
@@ -22,6 +22,6 @@
  *  @author Andy Becker, University of Washington (SVD).
  *
- *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-03-07 20:48:55 $
+ *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-03-07 21:12:13 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -915,5 +915,5 @@
         /* make sure that these things are sorted! */
         if (i > 0) {
-            assert(eval->data.F64[i] > eval->data.F64[i-1]);
+            assert(eval->data.F64[i] <= eval->data.F64[i-1]);
         }
     }
