Index: boost/numeric/ublas/matrix_sparse.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/numeric/ublas/matrix_sparse.hpp,v retrieving revision 1.58 diff -u -r1.58 matrix_sparse.hpp --- boost/numeric/ublas/matrix_sparse.hpp 23 Mar 2005 20:31:06 -0000 1.58 +++ boost/numeric/ublas/matrix_sparse.hpp 24 Mar 2005 12:12:39 -0000 @@ -2598,13 +2598,13 @@ value_array_type &value_data () { return value_data_; } -        BOOST_UBLAS_INLINE -        void complete_index1_data () { -            while (filled1_ <= layout_type::size1 (size1_, size2_)) { -                this->index1_data_ [filled1_] = k_based (filled2_); -                ++ this->filled1_; -            } -        } + BOOST_UBLAS_INLINE + void complete_index1_data () { + while (filled1_ <= layout_type::size1 (size1_, size2_)) { + this->index1_data_ [filled1_] = k_based (filled2_); + ++ this->filled1_; + } + } // Resizing private: