[mlpack] 51/324: * fixed include error
Barak A. Pearlmutter
barak+git at cs.nuim.ie
Sun Aug 17 08:21:55 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 984393ca0613f4ccc0c28112cd284ffec50f1434
Author: sumedhghaisas <sumedhghaisas at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date: Tue Jun 10 03:58:07 2014 +0000
* fixed include error
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16680 9d5b8971-822b-0410-80eb-d18c1038ef23
---
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 {
--
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