[mlpack-git] master,mlpack-1.0.x: * fixed include error (7eaf48e)

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


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

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 7eaf48e4c2fee17dd56c5742f45ec08ad052a653
Author: sumedhghaisas <sumedhghaisas at gmail.com>
Date:   Tue Jun 10 03:58:07 2014 +0000

    * fixed include error


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

7eaf48e4c2fee17dd56c5742f45ec08ad052a653
 src/mlpack/methods/amf/amf.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mlpack/methods/amf/amf.hpp b/src/mlpack/methods/amf/amf.hpp
index 9fed7d8..64ef615 100644
--- a/src/mlpack/methods/amf/amf.hpp
+++ b/src/mlpack/methods/amf/amf.hpp
@@ -6,8 +6,8 @@
 #define __MLPACK_METHODS_LMF_LMF_HPP
 
 #include <mlpack/core.hpp>
-#include <amf/update_rules/nmf_mult_dist.hpp>
-#include <amf/init_rules/random_init.hpp>
+#include <mlpack/methods/amf/update_rules/nmf_mult_dist.hpp>
+#include <mlpack/methods/amf/init_rules/random_init.hpp>
 
 namespace mlpack {
 namespace amf {



More information about the mlpack-git mailing list