[mlpack] 77/149: Here's the file I forgot -- include the BreadthFirstDualTreeTraverser class definition.
Barak A. Pearlmutter
barak+git at pearlmutter.net
Sat May 2 09:11:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch svn-trunk
in repository mlpack.
commit 9bad9dcd56fac5ff66fd4fa1d223b84b84d1cf6d
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date: Wed Nov 5 22:22:26 2014 +0000
Here's the file I forgot -- include the BreadthFirstDualTreeTraverser class
definition.
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@17305 9d5b8971-822b-0410-80eb-d18c1038ef23
---
src/mlpack/core/tree/binary_space_tree.hpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/mlpack/core/tree/binary_space_tree.hpp b/src/mlpack/core/tree/binary_space_tree.hpp
index f13977d..91e3eaf 100644
--- a/src/mlpack/core/tree/binary_space_tree.hpp
+++ b/src/mlpack/core/tree/binary_space_tree.hpp
@@ -13,6 +13,8 @@
#include "binary_space_tree/single_tree_traverser_impl.hpp"
#include "binary_space_tree/dual_tree_traverser.hpp"
#include "binary_space_tree/dual_tree_traverser_impl.hpp"
+#include "binary_space_tree/breadth_first_dual_tree_traverser.hpp"
+#include "binary_space_tree/breadth_first_dual_tree_traverser_impl.hpp"
#include "binary_space_tree/traits.hpp"
#endif
--
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