Boost logo

Boost-Commit :

From: thomas.klimpel_at_[hidden]
Date: 2008-06-22 08:26:10


Author: klimpel
Date: 2008-06-22 08:26:10 EDT (Sun, 22 Jun 2008)
New Revision: 46606
URL: http://svn.boost.org/trac/boost/changeset/46606

Log:
temporarily deactivated assert, since it uses layout_type::size1 which no longer exists.

Text files modified:
   sandbox/boost/numeric/bindings/traits/ublas_sparse.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/boost/numeric/bindings/traits/ublas_sparse.hpp
==============================================================================
--- sandbox/boost/numeric/bindings/traits/ublas_sparse.hpp (original)
+++ sandbox/boost/numeric/bindings/traits/ublas_sparse.hpp 2008-06-22 08:26:10 EDT (Sun, 22 Jun 2008)
@@ -67,7 +67,7 @@
     BOOST_STATIC_CONSTANT (std::size_t, index_base = IB);
 
     static index_pointer index1_storage (matrix_type& cm) {
- assert (cm.filled1() == layout_type::size1 (cm.size1(), cm.size2()) + 1);
+ //assert (cm.filled1() == layout_type::size1 (cm.size1(), cm.size2()) + 1);
       return vector_traits<idx_array_t>::storage (cm.index1_data());
     }
     static index_pointer index2_storage (matrix_type& cm) {


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk