[mlpack-git] master: Remove extra line. (2736a29)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Dec 16 14:12:24 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/cd5986e141b41781fdc13a9c89443f9be33b56bd...31c10fef76ac1d85c6415c92d2ccd429c430105f

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

commit 2736a29a970d9363e75dc74470d31d84a92f1fd1
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Dec 14 06:18:13 2015 +0000

    Remove extra line.


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

2736a29a970d9363e75dc74470d31d84a92f1fd1
 src/mlpack/methods/sparse_coding/sparse_coding.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mlpack/methods/sparse_coding/sparse_coding.hpp b/src/mlpack/methods/sparse_coding/sparse_coding.hpp
index b8cef55..0cc14eb 100644
--- a/src/mlpack/methods/sparse_coding/sparse_coding.hpp
+++ b/src/mlpack/methods/sparse_coding/sparse_coding.hpp
@@ -255,7 +255,6 @@ class SparseCoding
   template<typename Archive>
   void Serialize(Archive& ar, const unsigned int /* version */);
 
-
  private:
   //! Number of atoms.
   size_t atoms;



More information about the mlpack-git mailing list