2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-22 03:42:19 +00:00

Typo fixed.

This commit is contained in:
Jörg Walter
2003-01-24 21:25:07 +00:00
parent cb09828a35
commit b7b39b35f3

View File

@@ -301,7 +301,7 @@ namespace boost { namespace numeric { namespace ublas {
BOOST_UBLAS_INLINE
const_reference operator [] (size_type i) const {
rn (*this) (i);
return (*this) (i);
}
BOOST_UBLAS_INLINE
reference operator [] (size_type i) {