[mlpack-git] master: Fix typo. (3f8b59f)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:55:10 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit 3f8b59f5df9523399356a11d38372699437408ab
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Jul 28 19:52:46 2014 +0000

    Fix typo.


>---------------------------------------------------------------

3f8b59f5df9523399356a11d38372699437408ab
 src/mlpack/core/arma_extend/Mat_extra_meat.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/core/arma_extend/Mat_extra_meat.hpp b/src/mlpack/core/arma_extend/Mat_extra_meat.hpp
index a828e33..43df4cf 100644
--- a/src/mlpack/core/arma_extend/Mat_extra_meat.hpp
+++ b/src/mlpack/core/arma_extend/Mat_extra_meat.hpp
@@ -253,7 +253,7 @@ template<typename eT>
 inline typename Mat<eT>::row_col_iterator
 Mat<eT>::row_col_iterator::operator--(int)
 {
-  typename Mat<eT>::const_row_col_iterator temp(*this);
+  typename Mat<eT>::row_col_iterator temp(*this);
   
   --(*this);
   



More information about the mlpack-git mailing list