[mlpack] 239/324: Fix typo.
Barak A. Pearlmutter
barak+git at cs.nuim.ie
Sun Aug 17 08:22:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch svn-trunk
in repository mlpack.
commit b7f61899104bfca01ddde5c8e579ac6820127672
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date: Mon Jul 28 19:52:46 2014 +0000
Fix typo.
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16908 9d5b8971-822b-0410-80eb-d18c1038ef23
---
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);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list