Index: vector.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/numeric/ublas/vector.hpp,v
retrieving revision 1.73
diff -u -p -r1.73 vector.hpp
--- vector.hpp	5 Oct 2006 09:02:23 -0000	1.73
+++ vector.hpp	12 Mar 2007 08:16:53 -0000
@@ -867,7 +885,7 @@ namespace boost { namespace numeric { na
         // Element lookup
         BOOST_UBLAS_INLINE
         const_iterator find (size_type i) const {
-            return const_iterator (*this, i == index_);
+            return const_iterator (*this, i <= index_);
         }
 
         class const_iterator:

